html,body{
    width: 100%;
    min-width: 1200px;
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
    background: #fff;
    font-size: 14px;
}
*{
    margin: 0;
    padding: 0;  
}
a:hover{
    text-decoration: none;
}
#winghome{
    width: 1200px;
    margin: 0 auto;
}
.header{
    width: 1200px;
    height:100px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #eee;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
}
.header_right_ul a{
    margin: 0 20px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
.header_right_ul a:hover{
    color: rgba(64, 77, 95, 1);
}
.header_right_login div{
    padding: 5px 20px;
    margin: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.header_right_login .header_org{
    background: orange;
    border: 1px solid orange;
    color: #fff;
    display: inline-block;
}  
.header_right_login .header_org a{
    color: #fff;
}
.header_right_login .header_org:hover{
    background: #e07e17;
    border: 1px solid #e07e17;
}
.header_bg{
    width: 100%;
    height:100px;
}
.winghome_box{
    width: 1200px;
    border: 1px solid #eee;
    height: 500px;
}
.Pursuits{
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    margin: 150px auto 100px;
}
.check_out{
    width: 180px;
    height: 40px;
    border: 1px solid orange;
    border-radius: 6px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    background: orange;
}
.winghome_info{
    margin-top: 120px;
    width: 100%;
}
.winghome_info_left{
    width: 350px;
    height: 350px;
}
.winghome_info_left img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.winghome_info_right{
    line-height: normal;
    text-align: left;
    width: 410px;
}
.winghome_info_right p{
    font-size: 24px;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.winghome_info_right span{
    font-size: 14px;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 30px;
}
.winghome_info .info_btn{
    height: 40px;
    line-height: 40px;
    text-align: center;
    /* padding: 0 40px; */
    background: orange;
    color: #fff;
    border-radius: 6px;
    width: fit-content;
    margin-top: 50px;
}
.info_btn a,.check_out a{
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 40px
}
.security_top{
    text-align: center;
    margin: 50px 0;
}
.security_top img{
    display: inline-block;
    width: 65px;
    height: 65px;
}
.security_top p{
    font-size: 24px;
    font-weight: bold;
}
.security_info img{
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
}
.security_info{
    width: 270px;
    text-align: center;
}
.security_info span{
    font-weight: 400;
    width: 270px;
    display: inline-block;
}

.header_right_login .header_name{
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    display: none;
}
.header_right_login .header_name_li{
    position: absolute;
    padding: 10px;
    margin: 0;
    border: 0;
    width: 170px;
    right: 0;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 10px;
    display: none;
}
.header_name_li p{
    padding: 5px;
    margin: 0;
    font-size: 16px;
    cursor: pointer;
}
.header_name:hover .header_name_li{
    display: block !important;
}
.header_name_li p a{
    color:rgba(0, 0, 0, 0.5);
}
.header_name_li p:hover,.header_name_li p a:hover {
    color: orange;
}

.modal .modal_1,.modal .modal_2,.modal .modal_3,.modal .modal_4,.modal .modal_5,.modal .modal_6{
    display: inline-block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
}
.modal .modal_1,.modal .modal_3,.modal .modal_5{
    border: 1px solid #eee;
}
.modal .modal_2,.modal .modal_4,.modal .modal_6{
    border: 1px solid #2196f3;
    background: #2196f3;
    color: #fff;
}

.center input[type="checkbox"]:checked::before{
    color: #2196f3;
}

.form input[type="checkbox"]:checked::before{
    color: #2196f3;
}

 /* 子元素-平均分栏 */
.flex1 {
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    width: 20%;               /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/* 父元素-横向排列（主轴） */
.flex-h {
    display: box;              /* OLD - Android 4.4- */
 
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
 
 
    /* 09版 */
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
/* 父元素-横向换行 */
.flex-hw {
    /* 09版 */
    /*-webkit-box-lines: multiple;*/
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* 父元素-水平居中（主轴是横向才生效） */
.flex-hc {
    /* 09版 */
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    /* 其它取值如下：
        align-items     主轴原点方向对齐
        flex-end        主轴延伸方向对齐
        space-between   等间距排列，首尾不留白
        space-around    等间距排列，首尾留白
     */
}
.flex-space-evenly {
    /* 09版 */
    -webkit-box-pack: space-around;
    /* 12版 */
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    /* -ms-flex-pack: justify; */
    /* 其它取值如下：
        align-items     主轴原点方向对齐
        flex-end        主轴延伸方向对齐
        space-between   等间距排列，首尾不留白
        space-around    等间距排列，首尾留白
     */
}

.flex-space-between {
    /* 09版 */
    -webkit-box-pack: space-between;
    /* 12版 */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    /* 其它取值如下：
        align-items     主轴原点方向对齐
        flex-end        主轴延伸方向对齐
        space-between   等间距排列，首尾不留白
        space-around    等间距排列，首尾留白
     */
}
/* 父元素-纵向排列（主轴） */
.flex-v {
    display: box;              /* OLD - Android 4.4- */
 
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
 
 
    /* 09版 */
    -webkit-box-orient: vertical;
    /* 12版 */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
/* 父元素-纵向换行 */
.flex-vw {
    /* 09版 */
    /*-webkit-box-lines: multiple;*/
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* 父元素-竖直居中（主轴是横向才生效） */
.flex-vc {
    /* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
/* 子元素-显示在从左向右（从上向下）第1个位置，用于改变源文档顺序显示 */
.flex-1 {
    -webkit-box-ordinal-group: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;      /* OLD - Firefox 19- */
    -ms-flex-order: 1;              /* TWEENER - IE 10 */
    -webkit-order: 1;               /* NEW - Chrome */
    order: 1;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/* 子元素-显示在从左向右（从上向下）第2个位置，用于改变源文档顺序显示 */
.flex-2 {
    -webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
    -ms-flex-order: 2;              /* TWEENER - IE 10 */
    -webkit-order: 2;               /* NEW - Chrome */
    order: 2;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
 
