@charset "UTF-8";
* {
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0
}
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
ul {list-style: none;}
button, input, select, textarea {margin: 0;}
.flexbox{display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-direction: row;flex-direction: row;flex-wrap: nowrap;-webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;}
.clearfix:after {content: ".";display: block;height: 0;visibility: hidden;clear: both}
.clearfix {*zoom: 1}
.fl {float: left}
.fr {float: right}
@media only screen and (min-width: 320px){
    body {
    min-width: 300px;
    }
}
@media only screen and (min-width: 481px){
    body {
        font-size: 18px!important;
    }
    .footer .wrapper .text_con .uli1{
        font-size: 15px;
    }
}
@media only screen and (min-width: 561px){
    body {
        font-size: 21px!important;
    }

}
@media only screen and (min-width: 641px){
    body {
        font-size: 24px!important;
    }
}


*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

img,
embed,
iframe,
object,
video {
    height: auto;
    max-width: 100%;
}

audio {
    max-width: 100%;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    text-align: left;
}

html, body {
    width: 100%;
    height: 100%;
    min-width: 300px;
}

body {
    /* -webkit-font-smoothing: antialiased; */
    background-color: #eaeaea;
    font-family: "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #404040;
    min-width: 1200px;
    overflow: scroll;
    line-height:1.5;
}

a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #404040;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis_three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

img {
    display: inline-block;
    vertical-align: top;
    border: none;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.hide{
    display: none !important;
}
.flag {
    display: inline-block;
    padding: 0 1.2em;
    line-height: 1.72em;
    font-size: .448rem;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    text-align: center;
    border-radius: 1.2em;
    /* background-image: -webkit-linear-gradient(216deg, #A68CEA 0%, #49A3EA 100%); */
    /* background-image: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%); */
    background-color: #D0021B;
}

.title-flag {
    display: inline-block;
    font-size: .448rem;
    letter-spacing: 0.2em;
    line-height: 1.66em;
    border-radius: .83em;
    padding: 0 .8em;
    text-align: center;
    color: #fff;
    /* background-image: -webkit-linear-gradient(216deg, #A68CEA 0%, #49A3EA 100%); */
    /* background-image: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%); */
    background-color: #D0021B;
}

.more_btn {
    /*display: inline-block;*/
    display:block;
    width: 70px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #202020;
    border: 1px solid #202020;
    margin:0 auto;
    cursor: pointer;
}

.big_more_btn {
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #202020;
    border: 1px solid #202020;
}

.navigation {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 1.125rem;
    line-height: 1.125rem;
    background: #D0021B;
    z-index: 10;
    min-width: 300px;
    font-size: .32rem;
}
.navigation > div.logo{
    display:none;
}

.navigation .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.navigation .wrapper .nav_toggle {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.125rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 3.33333em;
    height: 3.33333em;
}

.navigation .wrapper .nav_toggle .line_btn {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation .wrapper .nav_toggle .line {
    width: 50%;
    height: .25em;
    margin-bottom: .33em;
    background: #fff;
}

.navigation .wrapper .nav_toggle .line:last-child {
    margin-bottom: 0;
}

.navigation .wrapper .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9em;
    -moz-box-flex: 0;
    -ms-flex: 0 0 9em;
    flex: 0 0 9em;
    position: relative;
}

.navigation .wrapper .logo .logo_wrapper {
    position: absolute;
    height: 3.333em;
    left: 0;
    right: 0;
    top: 0;
    background: #D0021B;
    z-index: 2;
}
.navigation .wrapper .logo .logo_wrapper img{
    max-height: 3.3333em;
    vertical-align: middle;
}

.navigation .wrapper .menu_wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.navigation .wrapper .menu {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.navigation .wrapper .menu .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.2rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 6.2rem;
    flex: 0 0 6em;
    text-align: center;
    position: relative;
}

.navigation .wrapper .menu .item:last-child {
    margin-right: 0;
}

.navigation .wrapper .menu .item a {
    display:block;
    color: #FFFFFF;
    letter-spacing: 0;
    font-size: .9em;
    white-space: nowrap;
}

.navigation .wrapper .menu .item:hover {
    background-color: #8e0212;
}

.navigation .wrapper .menu .item .sub {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 3.333em;
    background: #D0021B;
}

.navigation .wrapper .menu .item .sub dd {
    /*line-height: 2.4rem;*/


}
.navigation .wrapper .menu .item .sub dd a{
    padding: 1em 0;
    line-height: 1em;
}
.navigation .wrapper .menu .item .sub dd a:hover {
    display: block;
    background: #51ffd2;
    color: #03185a;
}

.navigation .wrapper .other {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2em;
    -moz-box-flex: 0;
    -ms-flex: 0 0 2em;
    flex: 0 0 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: 2.1px;
}

.navigation .wrapper .other .login {
    text-align: center;
    color: #ffffff;
    /* font-weight: bold; */
    font-size: 1.3em;
    width: 2.5em;
}
.navigation .wrapper .other .userInfo{
    color:#fff;
}
.navigation .wrapper .other .register {
    color: #FFFFFF;
    text-align: center;
}

.register, .login {
    letter-spacing: 0px;
}

.navigation .wrapper .other .translate {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    text-align: center;
}

.footer {
    padding: .375rem 0;
    background: url('/static/ciie/images/footbg.jpg') bottom no-repeat;
    background-size:cover;
    font-size: .375rem;
}
.footer .text_con .flexbox >div{width: 50%;}

.footer .code {
}

.footer .code .item_code {
    display: inline-block;
    padding-top: 10px;
}

.footer .code .item_code:nth-child(1) {margin-right: .5em;}

.footer .code .item_code:nth-child(2) {
}

.footer .code .item_code .code_pic {
    display: inline-block;
    vertical-align: bottom;
    width: 106px;
}

.footer .code .item_code .code_info {
    display: inline-block;
    padding: 1em 0 1em 12px;
}

.footer .code .item_code .code_info .desc {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1.89px;
    line-height: 16px;
}

.footer .code .item_code .code_info .name {
    margin-top: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 16px;
}

.footer .web_info {
    padding-top: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .web_info .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13.2%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 13.2%;
    flex: 0 0 13.2%;
}

.footer .web_info .line {
    -webkit-box-flex: 0;
    height: 4em;
    -webkit-flex: 0 0 1px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
    margin: 0 25px;
    background: #606e92;
}


.footer .web_info .text_con {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer .web_info .text_con .undertake {
    margin: 5px 0;
}

.footer  .text_con p {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 26px;
}

.footer  .text_con .uli1 {
    font-size: 1em;
    color: #ffffff;
    padding-left: 18px;
}

.uli1 li{
    position: relative;
    padding: 5px;
}

.footer .text_con .uli1 li:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.6);
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -5px;
}

.footer  .text_con p a {
    color: #fff;
    display: inline-block;
    margin-right: .5em;
}

.footer .web_info .text_con p a img {
    margin-top: -2px;
    display: inline-block;
    width: 12px;
    vertical-align: middle;
}
.footer .web_info .text_con p span{
    display: inline-block;
    margin-right: .5em;
}

.pagenation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .32rem;
    line-height: 2em;
    color: #7C7C7C;
}

.pagenation .disabled {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2em;
    -moz-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2em;
    height: 2em;
    background: #fff;
    margin-right: 1em;
    border: 1px solid #c7c7c7;
}

.pagenation a, .pagenation .dot  {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2em;
    -moz-box-flex: 0;
    -ms-flex: 0 0 2em;
    flex: 0 0 2em;
    height: 2em;
    background: #fff;
    margin-right: 1em;
    border: 1px solid #c7c7c7;
}


.pagenation .current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2em;
    -moz-box-flex: 0;
    -ms-flex: 0 0 2em;
    flex: 0 0 2em;
    height: 2em;
    color: #fff;
    margin-right: 1em;
    border: 1px solid #c7c7c7;
    background-image: -webkit-linear-gradient(216deg, #A68CEA 0%, #49A3EA 100%);
    background-image: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%);
}

.pagenation .nextbtn, .pagenation .prebtn {
    font-weight: bold;
}

.pagenation .input_wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3em;
    -moz-box-flex: 0;
    -ms-flex: 0 0 3em;
    flex: 0 0 3em;
    height: 2em;
    border: 1px solid #c7c7c7;
}

.pagenation .input_wrapper .zxfinput {
    display: block;
    width: 100%;
    padding: 0 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    line-height: 2em;
    font-size: inherit;
    text-align: center;
    outline: none;
    border: none;
}

.pagenation .zxfokbtn {
    margin-left: 0.5em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2.5em;
    -moz-box-flex: 0;
    -ms-flex: 0 0 2.5em;
    flex: 0 0 2.5em;
    font-size: inherit;
    background: #fff;
}

.home {
    width: 100%;
    height: 100%;
}

.home .section {
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: .375rem;
}
.home .section.adv{
    margin-top:20px;
}

.home .tips {
// position: absolute;
    left: 0;
//right: 0;
//margin: 0 auto;
//top: 50%;
//-webkit-transform: translateY(-50%);
//transform: translateY(-50%);
    font-size: 18px;
    color: #202020;
    letter-spacing: 3px;
    text-align: center;
    line-height: 40px;
}

.home .second_section {
    background: url("/static/ciie/images/bg22.jpg") no-repeat  bottom;
    background-size: 100%;
}
.home .second_section .content {
    padding-top: 5%;
}

.home .second_section .box-con{
    padding-top:6%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.home .second_section .box{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    min-width: 0;
}
.home .second_section .box .flag{
    margin-bottom:6%;
}
.home .second_section .video-wrapper{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 12px;
}
.home .second_section .vjs-picture-in-picture-control{
    display: none;
}
.home .second_section video{
    /* width:100%; */
    /*height:100%;*/
    outline: none;
    object-fit: cover;
}
.home .second_section .video-js button{
    outline: none;
}
.home .second_section .vjs-big-play-centered .vjs-big-play-button{
    border:none;
    width:2em;
    height:2em;
    border-radius: 50%;
    line-height:2em;
    background:rgba(0,0,0,0.5);
}
.home .second_section .video-js .vjs-volume-panel{
    display: none;
}
.home .second_section .video-js .vjs-time-control{
    display: none;
}
.home .second_sectio .vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}
.home .second_section .content .title{
    color:white;
    font-size: 1.28em;
    margin-bottom: .5em;
}
.home .second_section .content .list {
    margin: .8em 0 0;
}

.home .second_section .content .list .item {
    display:block;
    color:white;
    position:relative;
    font-size: 1.14em;
    line-height: 1.8em;
    padding-left: 12px;
    text-align: left;
}
.home .second_section .content .list .item:before{
    content:"\00A0";
    display:block;
    width: 6px;
    height: 6px;
    background-color:#fff;
    position:absolute;
    top: 50%;
    left:0px;
    margin-top: -3px;
    border-radius: 4px;
}

.home .second_section .more_btn{
    margin-top:4%;
    color:#fff;
    border-color:#fff;
}

.home .second_section .content .desc {
    font-size: .9em;
    color: #ffffff;
    letter-spacing: 0.88px;
    text-align: justify;
    height: 4.5em;
    overflow: hidden;
}
.home .three_section{
    /* background: url("../images/bg_news.png") no-repeat center center; */
}

.home .three_section .content {
    padding-top: 8%;
    text-align: center;
}

.home .three_section .content .list {
    padding-top: 4%;
    padding-left: 1rem;
    padding-right: 1rem;
    /* font-size: 1rem; */
}

.home .three_section .content .list .item {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 3%;
}

.home .three_section .content .list .item:last-child {
    margin-right: 0;
}

.home .three_section .content .list .item .avatar {
    display: inline-block;
    width: 76%;
    padding-bottom: 76%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background-position: center center!important;
}

.home .three_section .content .list .item .avatar img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.home .three_section .content .list .item .work {
    margin-top: 0.9em;
    font-size: 1.14em;
    letter-spacing: 0;
    text-align: center;
}

.home .three_section .content .list .item .name {
    font-size: 0.8rem;
    color: #202020;
    letter-spacing: 0;
    text-align: center;
}

.home .three_section .content .list .item .desc {
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    color: #404040;
    letter-spacing: 0;
    line-height: 24px;
}

.home .three_section .content .more_btn {
    margin-top: 3em;
    /* color: #fff; */
    /* border-color: #fff; */
}

.home .four_section {
    background: url("../images/bg_news.png") no-repeat;
    background-size: cover;
}

.home .four_section .content {
    padding-top: 3em;
    text-align: center;
}

.home .four_section .content .list {
    margin-top: 2.5em;
    /* padding-left: 0.75em; */
    /* padding-right: 0.75em; */
}

.home .four_section .content .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 1.5em;
    background: rgba(0, 0, 0, 0.3);
    max-height: 197px;
    overflow: hidden;
}

.home .four_section .content .list .item .pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-height: 197px;
    overflow: hidden;
    font-size: 12px;
}

.home .four_section .content .list .item .pic img {
    display: block;
    width: 100%;
}

.home .four_section .content .list .item .text_con {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    color: #fff;
    padding: 0 1.5em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.home .four_section .content .list .item .title {
    font-size: 14px;
    letter-spacing: 0.9px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    min-height: 40px;
}

.home .four_section .content .list .item .date {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
}

.home .four_section .content .list .item:last-child {
    margin-bottom: 0;
}

.home .four_section .content .more_btn {
    margin-top: 4%;
    color: #fff;
    border-color: #fff;
}

.home .five_section.news {
    /* padding-bottom: 0; */
    height: auto;
}

.home .five_section .content {
    padding-top: 4em;
    text-align: center;
}

.home .five_section .more_btn {margin-top: 3em;}
.home .five_section .swiperphoto{
    text-align:center;
    margin-top:1rem;
}
.home .five_section .swiperphoto div.swiper-slide a img{
    width: 940px;
}
.home .six_section .content {
    padding-top: 8%;
    text-align: center;
}
.home .six_section .swiperphoto{
    text-align:center;
    margin-top:1rem;
}




.home .clear {
    clear: both;
}
.videos .section{
    text-align:center;
    font-size: .32rem;
}
.videos .section .wrapper {
    padding: 6em 1.7em 3.6em 1.7em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.videos .video_list{
    padding: 3.65em 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.videos .video_list .item{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 31%;
    min-width: 0;
    background: #fff;
    margin-right: 2%;
    margin-bottom: 4%;
    position: relative;
}
.videos .video_list .item .vjs-big-play-centered .vjs-big-play-button{
    border:none;
    width:1.5em;
    height:1.5em;
    border-radius: 50%;
    line-height:1.5em;
    background:rgba(0,0,0,0.5);
    margin-left: -.75em;
}
.videos .video_list .item .v-mask {
    position: absolute;
    width: 100%;
    height: 5em;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: url('/static/mobile/images/shade.png') 0 -11px no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding: 0 .2rem;
}
.videos .video_list .item .v-head {
    line-height: 1.2em;
    font-size: .8em;
    padding: 0.2em .2em .2em .4em;
    text-align: left;
    width: 100%;
    position: absolute;
    color: #ffffff;
    left: 0;
    bottom: 1.2em;
}
.videos .video_list .item .v-detail {
    line-height: .8em;
    font-size: .5em;
    padding: .2em .4em;
    width: 100%;
    position: absolute;
    color: #ccc;
    left: 0;
    bottom: .3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.videos .video_list .item .v-detail span{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 0;
}
.videos .video_list .item .v-detail span.v-count{
    text-align:left;
}
.videos .video_list .item .v-detail span.v-time{
    text-align:right;
}

.news {
    width: 100%;
    height: 100%;
}

.news .flag {
    /* font-size: 34px; */
    /* letter-spacing: 5px; */
    /* height: 70px; */
    /* line-height: 70px; */
    /* border-radius: 35px; */
    /* padding: 0 52px; */
}

.news .section {
    width: 100%;
    min-height: 100%;
    text-align: center;
    background: url(../images/ic_cooperation.png) no-repeat center top;
}

.news .section .wrapper {
    padding: 2rem 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news .news_list {
    padding: 3.65em 0 4.25em;
    font-size: .32rem;
}

.news .news_list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    margin-bottom: 2em;
}

.news .news_list .item:last-child {
    margin-bottom: 0;
}

.news .news_list .item .pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40%;
    /*flex: 0 0 314px;*/
    flex: 0 0 40%;
    max-height: 12em;
    overflow: hidden;
}

.news .news_list .item .pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.news .news_list .item .con {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.5em 1.5em 0.5em 1em;
    min-width: 0;
    text-align: left;
}

.news .news_list .item .con .title {
    font-size: 1.2em;
    color: #202020;
    height: 3em;
}

.news .news_list .item .con .time {
    font-size: 0.9em;
    color: #808080;
    margin: 0.8em 0 0;
}

.news .news_list .item .con .article {
    font-size: 0.8rem;
    color: #202020;
    letter-spacing: 0;
    text-align: justify;
}

.news .wonderful_list {
    padding: 3.65rem 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news .wonderful_list .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 32%;
    /*flex: 0 0 360px;*/
    flex: 0 0 32%;
    min-width: 0;
    background: #fff;
    margin-right: 2%;
    margin-bottom: 4%;
}
.news .wonderful_list .item .pic{
    width:100%;
    padding-bottom:66.7%;
    position:relative;
    overflow:hidden;
}
.news .wonderful_list .item:nth-child(3n) {
    margin-right: 0;
}

.news .wonderful_list .item .pic img {
    position:absolute;
    width: 100%;
    left:0;
    top:0;
    z-index:2;
}

.news .wonderful_list .item .con {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-webkit-flex-direction: column;*/
    /*-moz-box-orient: vertical;*/
    /*-moz-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-moz-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*height: 5.4rem;*/
    height: 5rem;
    padding:0.5rem 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.8rem;
    text-align: left;
    color: #202020;
}
.news .wonderful_list .item .con p:first-child{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .wonderful_list .item .con p:last-child{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.convertionList .section {
    background-repeat: repeat-y;
}

.newsdetail {
    height: 100%;
}

.news_detail {
    width: 1200px;
    margin: 0 auto;
    padding-top: 6.5rem;
    padding-bottom: 2.9rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 100%;
    background: url(../images/ic_cooperation.png) no-repeat center top;
}

.news_detail .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding:2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    -webkit-box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.1);
}
.news_detail .content .article span{
    font-size: 0.7rem !important;
}
.news_detail .content .title {
    font-size: 1.6rem;
    color: #000000;
}

.news_detail .content .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9rem;
    color: #515151;
    margin: 1rem 0 1.8rem;
}

.news_detail .content .info .source {
    margin-left: 0.75rem;
}

.news_detail .content .article p {
    font-size: 16px;
    color: #9B9B9B;
    letter-spacing: 0;
    text-align: justify;
    line-height: 26px;
}

.news_detail .content .article img {
    padding: 36px 0;
}

.news_detail .slide {
    -webkit-box-flex: 0;
    /*-webkit-flex: 0 0 294px;*/
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    /*-ms-flex: 0 0 294px;*/
    -ms-flex: 0 0 30%;
    /*flex: 0 0 294px;*/
    flex: 0 0 30%;
    margin-left:1.5rem;
    background: #fff;
}

.news_detail .slide .title {
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(216deg, #A68CEA 0%, #49A3EA 100%);
    background-image: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%);
}

.news_detail .slide .list {
    padding: 0 20px;
}

.news_detail .slide .list .item {
    display: block;
    padding: 36px 0;
    font-size: 18px;
    color: #000000;
    border-bottom: 1px solid #f5f5f5;
}

.news_detail .slide .list .item:last-child {
    border-bottom: 0;
}

.mask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.3);
}

.mask_con {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    padding: 52px 74px 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2000;
    background: #fff;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mask_con .close {
    position: absolute;
    right: 0.6rem;
    top: 0.6rem;
    width: 2.5rem;
}

.hignform_mask {
    width: 1113px;
}

.hignform_mask .box_wrapper {
    max-height: 600px;
    overflow-y: auto;
}

.hignform_mask .title_info {
    position: relative;
}

.hignform_mask .title_info .title {
    font-size: 1.2rem;
    color: #202020;
    letter-spacing: 0;
}

.hignform_mask .title_info .yuyue_btn {
    position: absolute;
    right: 0;
    top: 1.5rem;
    width: 12.7rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.4rem;
    color: #FFFFFF;
    letter-spacing: 0.25rem;
    border-radius: 1.75rem;
    background-image: -webkit-linear-gradient(216deg, #A68CEA 0%, #49A3EA 100%);
    background-image: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%);
    z-index: 10;
}

.hignform_mask .info {
    padding: 0.75rem 0;
    font-size: 0.8rem;
    color: #585858;
    letter-spacing: 2px;
    line-height: 1.3rem;
    border-bottom: 1px solid;
    border-color: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%);
}

.hignform_mask .section .title {
    padding: 0.6rem 0;
    font-size: 0.9rem;
    color: #202020;
}

.hignform_mask .section .intro {
    font-size: 0.8rem;
    color: #585858;
    letter-spacing: 2px;
    text-align: justify;
    line-height: 1.3rem;
}

.hignform_mask .section .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hignform_mask .section .content li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 218px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 218px;
    flex: 0 0 218px;
    margin-right: 15px;
    background: #fff;
    margin-bottom: 39px;
    cursor: pointer;
}

.hignform_mask .section .content li:nth-child(4n) {
    margin-right: 0;
}

.hignform_mask .section .content li .pic {
    width: 100%;
    /*height: 234px;*/
    overflow: hidden;
}

.hignform_mask .section .content li .pic img {
    display: block;
    width: 100%;
}

.hignform_mask .section .content li .name {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 1rem;
    color: #202020;
    letter-spacing: 3px;
}

.hignform_mask .section .content li .con {
    font-size: 0.7rem;
    color: #585858;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.2rem;
}

.guest_mask {
    width: 1113px;
    padding-top: 97px;
    padding-bottom: 97px;
}

.guest_mask .box_wrapper {
    max-height: 400px;
    overflow-y: auto;
}

.guest_mask .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.guest_mask .section .pic{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}
.guest_mask .section .pic img{
    display:block;
    width:100%;
}

.guest_mask .section .con {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 46px;
}

.guest_mask .section .con .name {
    font-size: 1.2rem;
    color: #202020;
    letter-spacing:0.2rem;
    line-height:2.5rem;
}

.guest_mask .section .con .work {
    padding: 0.35rem 0 1.9rem;
    font-size: 20px;
    color: #585858;
    letter-spacing: 3px;
    line-height: 1.5rem;
}

.guest_mask .section .con .intro {
    font-size: 0.8rem;
    color: #585858;
    letter-spacing: 2px;
    text-align: justify;
    line-height: 1.5rem;
}

.partner_mask {
    width: 1113px;
}

.partner_mask #pop_link_url{
    margin-left: auto;
    padding:0 1.5rem;
}

.partner_mask .box_wrapper {
    max-height: 480px;
    height: 360px;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partner_mask .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partner_mask .section .name {
    padding: 0px 0 0.5rem;
    font-size: 1.2rem;
    color: #202020;
    letter-spacing:0.3rem;
    line-height: 2.5rem;
}

.partner_mask .section .intro {
    font-size: 0.8rem;
    color: #585858;
    letter-spacing: 2.67px;
    text-align: justify;
    line-height:1.5rem;
}

.partner_mask .section .link {
    margin-top:0.4rem;
    width: 15.4rem;
    height:3.5rem;
    line-height:3.5rem;
    font-size: 1rem;
    color: #FFFFFF;
    letter-spacing: 0.25rem;
    text-align: center;
    border-radius:1.75rem;
    background-image: -webkit-linear-gradient(216deg, #A68CEA 0%, #49A3EA 100%);
    background-image: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%);
}

.partner_mask .link {
    display:inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    color: #FFFFFF;
    letter-spacing: 0.25rem;
    text-align: center;
    border-radius:1.25rem;
    background-image: -webkit-linear-gradient(216deg, #A68CEA 0%, #49A3EA 100%);
    background-image: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%);
}


.fice_sectioins{
    min-height: 30% !important;
}

.login_mask {
    position: fixed;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 9989;
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    pointer-events: none
}

.login_mask::before {
    content: " ";
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0
}

.login_mask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.login_panel {
    background: #fff;
    width: 6.2em;
    height: 100%;
    position: fixed;
    z-index: 9990;
    overflow: auto;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    padding: 0 .4em;
    box-sizing: border-box;
    font-size: 1rem;
}

.login_panel.show {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.login_panel .login_head {
    padding-top: .5em;
    text-align: center;
    box-sizing: border-box;
}

.login_panel .login_head .avatar {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    overflow: hidden;
    background-color: #efefef;
    text-align: center;
    color: #999;
    font-size: 1em;
}

.login_panel .login_head .avatar img {
    width: 100%;
    height: 100%;
    display: block
}

.login_panel .login_head .nickname {
    font-size: .28em;
    color: #888;
    max-width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 auto;
}

.login_panel .login_list {
}

.login_panel .login_list ul {
    display: block;
    width: 100%;
    padding-bottom: .3em;
}

.login_panel .login_list .l_item {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    text-align: left;
    cursor: pointer;
}

.login_panel .login_list .l_item a {
    display: block
}

.login_panel .login_list .not_logined .l_item:first-child {
    height: auto;
    min-height: .9em;
}

.login_panel .login_list .i_icon {
    background-size: contain;
    /* position: relative; */
    /* top: .1rem; */
}

.login_panel .login_list .icon_mail {
    color: #f33;
    top: 0
}

.login_panel .login_list .icon_comment {
    color: #f90;
    top: 0
}

.login_panel .login_list .icon-refresh {
    color: #f39;
    top: 0
}

.login_panel .login_list .icon_logout {
    color: #36f;
    top: 0
}

.login_panel .login_list .i_title {
    display: inline-block;
    font-size: .4375em;
    color: #404040;
    width: 10em;
    
}

.login_panel .login_list .i_num {
    float: right;
    font-size: .28rem;
    color: #888;
    display: inline-block
}

.login_panel .not_logined .loading_box {
    min-height: 100px
}

.login_panel .not_logined .login_module {
    margin: .5em auto;
    display: none;
}

.login_panel .not_logined .l_item:last-child {
    padding-bottom: .5em;
    border: 0;
}

.login_panel .not_logined .login-container .inputbox {
    z-index: 19;
    position: relative;
    height: .88em;
    margin-bottom: .15em;
    border: 1px solid #c5cddb;
    background: #fff;
    line-height: .88em;
    border-radius: .1em;
}

.login_panel .not_logined .login-container .inputbox.active {
    border: 1px solid #4aafe9;
}

.login_panel .not_logined .login-container .inputbox.error {
    border: 1px solid #f33;
}

.login-container .inputbox input.field::-webkit-input-placeholder {
    height: .82rem;
}

.login_panel .not_logined .login-container .inputbox input {
    display: block;
    width: 3rem;
    border: 1px solid #e5e5e5;
    border-top: 0;
    line-height: 1em;
    font-size: .4375em;
    padding: .2em .2em .2em .4em;
    background: #f6f6f6;
    outline: 0;
}

.login_panel .not_logined .login-container .inputbox input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f6f6f6 inset
}

.login_panel .not_logined .login-container .inputbox input:active, .login_panel .not_logined .login-container .inputbox input:hover, .login_panel .not_logined .login-container .inputbox input:focus, .login_panel .not_logined .login-container .inputbox input:visited {
    background: #f6f6f6
}

.login_panel .not_logined .login-container .inputbox input.field {
    height: 100%;
    position: absolute;
    left: 20%;
    width: 80%;
    border-radius: .1em;
    border: 0;
}

.login_panel .not_logined .login-container .inputbox .u_lable {
    display: block
}

.login_panel .not_logined .login-container .inputbox .sooq_user,
.login_panel .not_logined .login-container .inputbox .sooq_passwd {
    display: block;
    width: 20%;
    text-align: center;
    position: absolute;
    color: #282828;
    font-size: .6em;
}

#error_msg {
    font-size: .28rem;
    color: #f33;
    display: none;
    position: relative;
}

#error_msg.pwd_error, #error_msg.name_error, #error_msg.post_error {
    display: block
}

#error_msg .error_icon {
    float: left;
    width: 1rem;
    text-align: center;
}

.login_panel .not_logined .loginbox {
    margin-bottom: .2em;
    height: 2em;
}

.login_panel .not_logined .loginbox #dologin {
    width: 9em;
    height: 2em;
    background: #f33;
    border-radius: .2em;
    color: #fff;
    font-size: .4375em;
    margin: .5em auto;
    text-align: center;
    line-height: 2em;
    cursor: pointer;
}

.login_panel .not_logined .loginbox .reg {
    float: left
}

.login_panel .not_logined .loginbox .reg a {
    color: #404040;
    font-size: .4375em;
}

.login_panel .not_logined .loginbox .fgtpwdbox {
    float: right
}

.login_panel .not_logined .loginbox .fgtpwdbox a {
    color: #f33;
    font-size: .4375em;
}

.login_panel .login_versions {
    box-sizing: border-box;
    padding-top: .5rem
}

.login_panel .login_versions .v_icon {
    width: .91rem;
    height: .71rem;
    margin: auto;
    opacity: .2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.login_panel .login_versions .version {
    display: inline-block;
    width: 26%;
    text-align: center
}

.login_panel .login_versions .version:first-child {
    margin-left: 9%
}

.login_panel .login_versions .v_title {
    padding-top: .26rem;
    font-size: .24rem;
    color: #999
}

.login_panel .login_versions .version_standard .v_icon {
    background-image: url(https://static.ws.126.net/f2e/wap/touch_index_2016/trunk/images/version_standard.png)
}

.login_panel .login_versions .version_pc .v_icon {
    background-image: url(https://static.ws.126.net/f2e/wap/touch_index_2016/trunk/images/version_pc.png)
}

.login_panel .login_versions .version_no_pic .v_icon {
    background-image: url(https://static.ws.126.net/f2e/wap/touch_index_2016/trunk/images/version_no_pic.png)
}

.login_panel .login_versions .version_active .v_icon {
    opacity: 1
}

.login_panel .login_versions .version_active .v_title {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    color: #404040
}

.login_panel .login_app {
    margin-top: 1.37rem;
    margin-left: .21rem;
    box-sizing: border-box;
    height: .7rem;
    line-height: .7rem
}

.login_panel .login_app span {
    display: inline-block;
    padding-left: .18rem;
    font-size: .24rem;
    color: #404040
}

.login_panel .login_app .logo {
    float: left;
    width: .7rem;
    height: .7rem;
    background: url(https://static.ws.126.net/f2e/wap/touch_index_2016/trunk/images/logo.png) center center no-repeat;
    background-size: cover
}

.login_panel .login_warning {
    position: absolute;
    top: .2em;
    margin: 0 auto;
    width: 6.9rem;
    height: .6rem;
    border-radius: .05rem;
    background: rgba(255, 204, 204, 0.85);
    font-size: .28rem;
    color: #f33;
    text-align: center;
    line-height: .6rem;
    display: none;
}

.emailTipList {
    position: fixed;
    z-index: 99;
    box-shadow: -1px -1px 10px #969090;
    background: #f6f6f6;
    color: #404040;
    font-size: .36rem;
    z-index: 99999;
    left: 1rem;
    top: 1.2rem;
    width: 6rem;
    height: 4rem;
    line-height: .9rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none
}

.emailTipList li {
    padding-left: .3rem
}



.third_login {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin-top: .2em;
}

.third_login .title {
    font-size: .4375em;
    width: 60%;
    margin: -0.5em auto 0;
    text-align: center;
    background: #fff;
    color: #6f6f6f;
    line-height: 1;
}

.third_login .select_section {
    padding: .3em 0;
    text-align: center;
}

.third_login .select_section .section_wrap {
    width: 25%;
    margin: .1em 0;
    display: inline-block;
    text-align: center;
}

.third_login .select_section .login_item {
    display: inline-block;
    font-size: .8em;
    /* width: 1em; */
    /* height: 1em; */
    border-radius: .5em;
}

.third_login .select_section .qq {
    color: #68a5e1
}

.third_login .select_section .weixin {
    color: #01d10c
}

@media only screen and (min-width:535px){
    .navigation{
        height: 3.33333em;
        line-height: 3.33333em;
        background: #D0021B;
        z-index: 10;
        min-width: 300px;
        font-size: 18px;
        }
    .navigation > .logo .logo_wrapper{
        width: 209px;
        left: 50%;
        top: 0;
        position: absolute;
        margin-left: -104.5px;
        height: 1.125rem;
    }
    .navigation .menu_wrapper_fixed{top:59px;}
    .news .news_list {
    padding: 3.65em 0 4.25em;
    font-size: 17px;
}
}
@media only screen and (min-width: 641px){
    .title-flag,.flag{font-size: 28px;}
    .pagenation{font-size: 20px;}
    .login_panel{font-size: 45px;width: 397px;}
    
    .home .section,.videos .section{font-size: 18px;}
}
@media only screen and (min-width: 1201px) {
    .navigation .wrapper .other{position:relative;}
    .login_panel{position: absolute;max-height: 390px;height: auto;left: auto;right: 0px;top: 60px;-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);-webkit-transition: -webkit-transform .5s ease;transition: transform .5s ease;display:none;}
    .login_panel.show{display:block;}
    .login_mask.show{/* display:none; */opacity: .1;}
}
@media only screen and (max-width: 1200px) {
    body {
        min-width: inherit;
    }
    .fice_sectioins{
        min-height: 18% !important;
    }
    .wrapper {
        width: auto;
        padding: 0 .375rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .navigation .wrapper .logo {
        display: none;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 .1px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 .1px;
        flex: 0 0 .1px;
        overflow: visible;
    }

    .navigation > div.logo{
        display:
        block;
        height: .1px;
        overflow:
        visible;
        position: relative;
    }
    .navigation > .logo .logo_wrapper{
        width: 3.92rem;
        left: 50%;
        top: 0;
        position: absolute;
        margin-left: -1.96rem;
        height: 3.33em;
    }

    .navigation > .logo .logo_wrapper img{
        max-height: 100%;
        vertical-align: middle;
    }

    .navigation .wrapper .nav_toggle {
        display: block;
    }

    .fixed_mask {
        display: none;
        position: fixed;
        top: 1.125rem;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        z-index: 99;
    }

    .menu_wrapper_fixed {
        position: fixed;
        top: 1.125rem;
        bottom: 0;
        left: 0;
        width: 60%;
        max-width: 300px;
        /* background: url("../images/bg_news.png") no-repeat; */
        background: #D0021B;
        background-size: cover;
        overflow-y: auto;
        z-index: 100;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: .3s;
        transition: .3s;
    }

    .menu_wrapper_fixed_active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .navigation .wrapper .menu {
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 10px;
    }

    .navigation .wrapper .menu .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 2em;
        -moz-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 2em;
        margin-right: 0;
        text-align: left;
        border-bottom: 0.5px solid #fff;
        padding-left: 10px;
    }

    .navigation .wrapper .menu .item:last-child {
        border-bottom: 0;
    }

    .navigation .wrapper .menu .item .sub {
        position: inherit;
        top: 0;
        background: none;
        padding-left: .5em;
        padding-bottom: 15px;
    }

    .navigation .wrapper .menu .item dd {
        line-height: 30px;
    }

    .navigation .wrapper .menu .item a {
        font-size: 1.2em;
    }

    .navigation .wrapper .other {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 1.5em;
        -moz-box-flex: 0;
        -ms-flex: 0 0 1.5em;
        flex: 0 0 1.5em;
        /* font-size: 12px; */
    }


    .navigation .wrapper .other .translate {
        height: 24px;
        line-height: 24px;
    }

    .home .section .content{
        padding-top: 3em;
    }

    .home .second_section{
        text-align:center;
    }
    .home .second_section .content .desc{
        width:100%;
        margin: .6em auto 0;
    }
    .home .second_section .content .list{
        width:100%;
        margin: .8em auto;
    }

    .news_detail{
        width:100%;
    }

    .partner_mask{
        width:auto;
        left:1rem;
        right:1rem;
        top:10%;
        bottom:10%;
    }

    .mask_con{
        -webkit-transform: inherit;
        transform: inherit;
        padding:3.5rem 1rem;
    }
    .partner_mask .box_wrapper{
        height:100%;
        max-height:100%;
    }
    .guest_mask{
        width:auto;
        left:1rem;
        right:1rem;
        top:10%;
        bottom:10%;
    }

    .guest_mask .box_wrapper{
        height:100%;
        max-height:100%;
    }
    .hignform_mask{
        width:auto;
        left:1rem;
        right:1rem;
        top:10%;
        bottom:10%;
    }



}
@media only screen and (max-width: 561px){
    /*é¦–é¡µ*/
    .home .six_section .content .list .item{
        display:block;
        width:80%;
        margin:0 auto 5%!important;
    }
}
@media only screen and (max-width: 641px){
    .navigation .wrapper .other .login {
        font-size: .625rem;
        width: 1.8em;
    }

   
    .home .three_section .content .list .item{
        width:100%;
        margin-right:0;
        margin-top: 1.5em;
    }
    .home .three_section .content .list .item .avatar{
        width:45%;
        padding-bottom:45%;
    }
    .home .four_section .content .list{
        padding-left:0;
        padding-right:0;
    }

    .home .four_section .content .list .item{
        /*display:block;*/
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: inherit;
    }
    .home .four_section .content .list .item:nth-child(even){
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-flow: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    }

    .home .four_section .content .list .item .pic{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .home .four_section .content .list .item .text_con{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding:1rem;
    }

    .news .wonderful_list .item{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
    .news .wonderful_list .item:nth-child(3n) {
        margin-right: 2%;
    }
    .news .wonderful_list .item:nth-child(event){
        margin-right:0
    }


}
@media only screen and (max-width: 1000px){

}
@media only screen and (max-width: 800px){
    .news_detail .slide{
        display:none;
    }
    .home .second_section .box{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .home .second_section .box .flag{
        margin-top:4%;
    }
    .home .second_section .video-wrapper{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
@media only screen and (max-width: 760px){
    .home .second_section {
    background-size: cover;
    }
    .videos .video_list .item{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .videos .video_list .item .v-head{
        font-size:1.1em;
    }

    .footer .web_info .logo {-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;text-align: left;}

.footer .web_info .line {
    display:none;
}

.footer .web_info .text_con {
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 0 0 100%;
    -webkit-box-flex: 0;
    margin-top: .8em;
    
}
    .footer .text_con .flexbox{
        flex-wrap: wrap;
    }
    .footer .text_con .flexbox >div.hzdw{
    width: 100%;
    padding-top: 0 !important;
    }
}






