body{
    background-color:#f2f2f2;
    overflow-x:hidden;
    min-width: 320px;
}
.easing{
    transition:all 0.06s;
    -moz-transition:all 0.06s;
    -ms-transition:all 0.06s;
    -webkit-transition:all 0.06s;
    -o-transition:all 0.06s;
}
#phone-menu{display: none;}
.pc-header, .mobile-header{
    position: fixed;
    left:0;
    right:0;
    z-index:1000;
    top:0;
}
.pc-header{
    height:40px;
    background-color:#3366cc;
}
.mobile-header{
    height:88px;
    display:none;
    background: url('../images/index/logo.jpg') no-repeat center #0066cb;
}
.mobile-header .openSlideSpan{
    width:30px;
    height: 25px;
    background: url('../images/cchoose/schoose.png') no-repeat center;
    background-size:100% auto;
    position: absolute;
    right:10px;
    top:10px;
    cursor: pointer;
}
@media (max-width: 980px) {
    .pc-header{
        display:none;

    }
    .mobile-header{
        display:block;
    }
}
#menu-label{
    width:88px;
    height:88px;
    position: absolute;
    left:0;
    top:0;
    background: url('../images/index/menu.png') no-repeat center #0062c3;
    cursor: pointer;

}
#menu-label img{
    display: block;
    margin:  0 auto;
    width:50%;
}
.mobile-tab-ul {
    display: none;
    width:100%;
    border:1px solid #dcdcdc;
    overflow: hidden;
    height: 40px;
    max-width: 640px;
    margin:0 auto;
}

.mobile-tab-ul li {
    color: #999999;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;

}

.mobile-tab-ul li.click {
    border-bottom: 2px solid #0269f4;
    color: #0269f4;
}
@media (max-width: 980px) {
    .pc-tab-div{
        display:none;
    }
    .mobile-tab-ul{
        display: table;
    }
}
@media (max-width: 980px) {
    .mobile-header{
        height:44px;
        background: url('../images/index/logo.jpg') no-repeat center #0062c3;
        background-size:auto 70%;
    }
    #menu-label{
        height:44px;
        width:44px;
        background-size: 60% auto;
    }
    .mobile-tab-ul li {
        font-size: 14px;
    }
}
@media (max-width: 374px) {
    .mobile-tab-ul li {
        font-size: 12px;
    }
}

.pc-header-container{
    margin: 0 auto;
    height:100%;
    max-width: 1230px;

}
.pc-logo{
    left: 129px;
    position: absolute;
    top: 2px;
    width: 125px;
    cursor: pointer;
}
.mobile-logo{
    display: block;
    margin:3px auto;
}
.pc-menu{
    margin: 0 auto;
    max-width:600px;
}
@media (max-width: 980px) {
    .pc-menu{
        margin:0 auto;
    }
}
.pc-menu li{
    width:85px;
    height:40px;
    text-align: center;
    line-height: 40px;
    font-size:14px;
    float:left;
    font-weight: bold;
    cursor: pointer;
    color:white;
}
.pc-menu li a{
    display: block;
    text-decoration: none;
    color: inherit;
}

.pc-menu li:hover{
    background-color:#4473d1;
}
.pc-menu li:active{
    background-color:#254992;
}
.pc-menu li.current{
    background-color:#fefefe;
    color:#3366cc;
}
.pc-icon-login{
 color: white;
 font-size: 12px;
 height: 12px;
 position: absolute;
 right: 20px;
 top: 12px;
 width: 70px;
}
@media (max-width: 980px) {
    .pc-icon-login{
        display:none;

    }
}
.pc-icon-login a{

    text-decoration: none;
    color:white;
    cursor: pointer;


}

.notLoginP {

}
.notLoginP a{
    text-decoration: none;
}
.loginP{
    line-height: 88px;
    color: #bac7e0;
    font-size: 24px;

}
.loginP img {
    border-radius: 100%;
    float: left;
    height: 60px;
    margin: 13px 10px 0;
    width: 60px; 

}
@media (max-width: 980px) {
    .loginP{
        line-height: 44px;
        font-size: 14px;

    }
    .loginP img {
        height: 30px;
        margin: 6px 10px 0;
        width: 30px; 

    }
}
.fixedPeopleDivCss{
    background-color: #f2f2f2;
    position: fixed;
    top: 30px;
    width: 320px;
    animation: opacityAnimate 1s linear forwards;
    -webkit-animation: opacityAnimate 1s linear forwards;
    -moz-animation: opacityAnimate 1s linear forwards;
    -ms-animation: opacityAnimate 1s linear forwards;
    -o-animation: opacityAnimate 1s linear forwards;

}

@-webkit-keyframes opacityAnimate {0% {opacity: 0;}100% { opacity: 1;}}
@-moz-keyframes opacityAnimate {0% {opacity: 0;}100% { opacity: 1;}}
@-ms-keyframes opacityAnimate {0% {opacity: 0;}100% { opacity: 1;}}
@-o-keyframes opacityAnimate {0% {opacity: 0;}100% { opacity: 1;}}
@keyframes opacityAnimate {0% {opacity: 0;}100% { opacity: 1;}}
.fixed-menu{
    font-size:14px;
    color: #ffffff;
    width:277px;
    height:100%;
    position:fixed;
    left:-277px;
    top:0;
    bottom:0;
    background-color:#2d3958;
    z-index:100;
}
.fixed-menu  i{
    font-style: normal;

}
.fixed-menu  i.r{
    color: #e7243d;
}
.fixed-menu span.dj{
    padding:0 3px;
    border-radius: 3px;
    background-color: #e7243d;
    margin-left:5px;
}
.fixed-menu span.num{
    padding:1px 6px;
    border-radius: 6px;
    background-color: #4c5771;
    margin-left:5px;
    font-size:11px;
    color: #9faed5;
}
.fixed-menu .fixed-top-p{
    text-align: center;
    padding:20px 0 10px;
}
.fixed-menu .fixed-top-p a {
    background-color: #ffffff;
    color: #555a66;
    border-radius: 10px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    width: 28%;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.fixed-menu .fixed-top-p a.login{
    background-color: #0269f4;
    color: #ffffff;
    margin-right:20px;
}
.fixed-menu .table{
    width:100%;
}
.fixed-menu .topDiv{
    padding:8px 20px;
}
.fixed-menu .topDiv .table{

}
.fixed-menu .topDiv .table .row{

}
.fixed-menu .topDiv .table .row .cell{
    vertical-align: middle;
}
.fixed-menu .topDiv .table .row .cell:first-child{
    width:72px;
}
.fixed-menu .topDiv .table .cell:first-child img{
    width:64px;
    margin-right: 5px;
    margin-top:3px;
}
.fixed-menu .topDiv .table .cell p{
    line-height: 1.6em;
}
.fixed-menu .out{
    float: right;
    color: #ffffff;
    padding:0 10px;
}
.fixed-menu .middleDiv{
    position: relative;
    border-top:1px solid #3b4663;
    border-bottom:1px solid #3b4663;
}
.fixed-menu .middleDiv:after{
    content:"";
    border-top:1px dashed #3b4663;
    width:100%;
    top:50%;
    left:0;
    right:0;
    position: absolute;
}
.fixed-menu .middleDiv:before{
    content:"";
    border-left:1px dashed #3b4663;
    height:100%;
    top:0;
    left:50%;
    bottom:0;
    position: absolute;
}
.fixed-menu .middleDiv .table .cell{
    padding:15px 0 15px 20px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}
.fixed-menu .bottomDiv .table .cell{
 padding:15px 0 15px 20px;
 position: relative;
 border-bottom:1px solid #3b4663;
 cursor: pointer;
 color: #fff;
}
.fixed-menu .bottomDiv .table .cell:after{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pc-mobile-media-div{
    height:0;
    margin-top:44px;
    overflow: hidden;
}
@media(min-width:980px){
    .pc-mobile-media-div{
        margin-top:40px; 
    }
}
.m-ewm{
    width: 156px;
    height: 261px;
    position: fixed;
    right:5%;
    top:200px;
    z-index:100;
    /*background-color:rgba(0,0,0,0.6);*/
}
.m-ewm a{	
    position: absolute;
    width: 135px;
    height: 41px;
    left: 11px;
}
.m-ewm a.ios{
	top: 153px;
}
.m-ewm a.android{
	top: 203px;
}
@media(max-width: 980px){
    .m-ewm{
        display: none;
    }
}

