body{
    background-color: white!important;
}

.toptip{
    width: 100%;
    min-width:1200px;
    height: 30px;
    background: #c4daf3;
}
.toptip .toptip-inner{
    box-sizing: border-box;
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    padding-left: 2px;
}
.toptip .toptip-inner .user{
    float: left;
    height: 30px;
    line-height: 30px;
}
.toptip .toptip-inner .user li {
    float: left;
    font-size: 12px;
}
.toptip .toptip-inner .user li a{
    color: rgb(51,51,51);
}
.toptip .toptip-inner .user .symbol{
	height:30px;
	line-height:26px;
    font-size: 24px;
}
.toptip .toptip-inner .user .login{
    padding: 0 10px;
    font-size:15px;
}
.toptip .toptip-inner .user .reg{
    padding: 0 12px;
    font-size:15px;
}
.toptip .toptip-inner .user .line{
    display: block;
    float: left;
    font-size: 12px;
    line-height: 28px;
}
.toptip .toptip-inner .user .userName{
    padding-left: 8px;
    font-size: 15px;
    color: rgb(51,51,51);
}
.head{
    width: 100%;
    min-width:1200px;
    height: 60px;
    background-color: #2075ec;
}
.head .mainNav{
    width: 1200px;
    margin: 0 auto;
}
.head .mainNav .logo{
    display: block;
    float: left;
    width: 500px;
    height: 60px;
}
.head .mainNav .logo img{
    width: 100%;
    height: 100%;
}
.head .mainNav .navTab{
    float: right;
}
.head .mainNav .navTab .tabItem{
    position: relative;
    float:left;
    height: 50px;
    margin: 6px 20px 0 20px;
    line-height: 30px;
}
.head .mainNav .navTab .tabItem .dropdown{
    display: none;
    position: absolute;
    z-index: 999;
    top: 50px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
    border-radius: 0 0 2px 2px;
    text-align: center;
    background-color: rgba(0,0,0,.7);
    overflow: hidden;
}
.head .mainNav .navTab .tabItem .dropdown a{
    display: block;
    color: #fff;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    padding: 0 6px;
}
.head .mainNav .navTab .tabItem .dropdown a:hover{
    color: #2075ec;
}
.head .mainNav .navTab .tabItem>a{
    display: block;
    margin-top: 8px;
    color: white;
    font-size:16px;
    padding-bottom: 4px;
}
.head .mainNav .navTab .tabItem .selected{
    color:  #fff;
    border-bottom: 2px solid #fff;
}
.head .mainNav .navTab .tabItem>a:hover{
    color:  #fff;
    border-bottom: 2px solid #fff;
}

/*首页轮播*/
.msgContainer{
   
}
.msgContainer .swiper-slide{
    position: relative;
}

@media screen and (max-width: 1367px) {
    .msgContainer .swiper-slide img{
     min-width:1200px;
}
}
@media screen and (min-width: 1367px) {
    .msgContainer .swiper-slide img{
    min-height:798px;
     min-width:1200px;
}
}
.msgContainer .msg{
    position: absolute;
    z-index: 9999;
    box-sizing: border-box;
    width: 80%;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 20px 30px;
    color: white;
    background-color: rgba(0,0,0,.6);
}
.msgContainer .msg p{
    line-height: 36px;
    font-size: 17px;
    color: rgba(255,255,255,.9);
}
.msgContainer .msg .title{
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: bold;
}
.pltData{
    width: 100%;
    min-width:1200px;
    /*margin-bottom: 24px;*/
    background-color: #d7d7d9;
    overflow: hidden;
}
.pltData .inner{
    width: 1080px;
    margin: 0 auto;

}
.pltData .item{
    float: left;
    box-sizing: border-box;
    width: 360px;
    padding: 40px 0;
    text-align: center;
    background-color: #e3e3e5;
}
.pltData .item .content{
    width: 216px;
    margin: 0 auto;
}
.pltData .item .symbol{
    float: left;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    line-height: 66px;
    text-align: center;
    font-size: 36px;
    color: white;
}
.pltData .item .content ul{
    float: left;
    margin-left: 12px;
    text-align: left;
}
.pltData .item .name{
    margin-top: 4px;
    font-size: 18px;
    color: rgb(153,153,153);
}
.pltData .item .value{
    margin-top: 8px;
    font-size: 22px;
    font-weight: bold;
    color: #2075ec;
}
.pltData .item .value .unit{
    font-size: 16px;
    color: rgb(153,153,153);
}
.footer{
    width: 100%;
    min-width:1200px;
    padding: 10px 0;
    color: white;
    background-color:#2f2f2f;
}
.footer li{
    font-size: 13px;
    line-height: 26px;
    text-align: center;
}


/*注册*/
/*.register {*/
    /*box-sizing: border-box;*/
    /*width: 400px;*/
    /*margin: 36px auto 0;*/
/*}*/
.regname{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 520px;
    margin-left: 20px;
    overflow: hidden;
}
.regname img{
    width: 100%;
}
.register {
    position: absolute;
    box-sizing: border-box;
    width: 400px;
    top: 50%;
    right: 240px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.register h2{
    margin-bottom: 16px;
    color: #2075ec;
}
.register .layui-input-block {
    position: relative;
    margin: 0 0 36px 0;
}
.register .layui-input-block .symbol {
    position: absolute;
    left: 4px;
    top: 6px;
    font-size: 22px;
    color: #2075ec;
}
.register .imgCode .imgCodepic {
    float: left;
    width: 140px;
    height: 38px;
    margin-left: 16px;
}
.register .imgCode .imgCodepic img {
    width: 100%;
    height: 100%;
}
.register .imgCode input {
    float: left;
    width: 230px;
}
.register .phoneCode input {
    float: left;
    width: 230px;
}
.register .layui-input-block input {
    text-indent: 22px;
}
.register .layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 0;
}
.register .layui-form-checkbox[lay-skin=primary] {
    padding-left: 20px;
}
.register .submit {
    width: 400px;
    height: 38px;
    margin: 0 auto;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    background-color: #2075ec;
    cursor: pointer;
}
.register .phoneCode .phoneCodebtn {
    float: left;
    width: 140px;
    height: 36px;
    margin-left: 16px;
}
.register .phoneCode .phoneCodebtn input {
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    text-indent: 0;
    text-align: center;
    background-color: #2075ec;
    cursor: pointer;
}
.register .layui-form-checked[lay-skin=primary] i {
    background-color: #2075ec;
    color: #fff;
}
/*登录*/
.loginBody{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-width:1200px;
    height: 100vh;
    overflow: hidden;
}
.Login{
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 1020px;
    margin: 0 auto;
    padding: 16px;
    border-radius: 4px;
    border: 1px solid rgb(220,220,220);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
.Login .close{
    position: absolute;
    right: 8px;
    top: 8px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    text-align: center;
    background-color: #0a0a0a;
    cursor: pointer;
}
.Login .left{
    float: left;
    width: 580px;
    height: 348px;
    background: url("../../images/login.png") center no-repeat;
    background-size: 580px 348px;
}
.Login .right{
    box-sizing: border-box;
    float: left;
    width: 370px;
    margin: 0 0 0 36px;
    border-left: 1px solid rgb(220,220,220);
}
.Login .layui-form-radio>i{
    font-size: 18px;
}
.Login .layui-form-radio>i:hover, .layui-form-radioed>i{
    color: #2075ec;
}
.Login .layui-form-item{
    width: 300px;
    margin: 0 auto 24px;
}
.Login .layui-input-block{
    position: relative;
    margin-left: 0;
}
.Login .layui-input-block input{
    text-indent: 22px;
    color: rgb(102,102,102);
}
.Login .layui-input-block .symbol{
    position: absolute;
    left: 4px;
    top: 4px;
    font-size: 24px;
    color: #2075ec;
}
.Login .VerifyImage{
    float: left;
    width: 96px;
    height: 36px;
    border: 1px solid rgb(220,220,220);
    border-radius: 2px;
}
.Login .VerifyImage img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.Login .switchImage{
    float: left;
    width: 80px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #2075ec;
    cursor: pointer;
}
.Login .submit {
    width: 300px;
    height: 36px;
    margin: 30px auto 0;
    line-height: 36px;
    border-radius: 6px;
    color: white;
    text-align: center;
    font-size: 14px;
    background-color: #2075ec;
    cursor: pointer;
}
.Login .linkRegister{
    display: block;
    width: 300px;
    margin: 18px 0 0 36px;
    font-size: 12px;
    color: rgb(152,152,152);
    text-align: left;
}
/*账号设置*/
.account .banner{
    width: 100%;
}
.account .banner img{
    width: 100%;
}
.account .accountDetail{
    width: 1200px;
    margin: 0 auto;
}
.account .accountDetail .title{
    margin: 48px 0 16px;
    border-left: 4px solid #2075ec;
    padding-left: 6px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(85,85,85);
}
.account .accountDetail .item{
    width: 800px;
}
.account .accountDetail .item .symbol{
    float: left;
    font-size: 24px;
    line-height: 46px;
    color: rgb(85,85,85);
}
.account .accountDetail .item .name{
    float: left;
    line-height: 48px;
    font-weight: bold;
    color: rgb(85,85,85);
}
.account .accountDetail .item .value{
    float: left;
    line-height: 48px;
    color: rgb(102,102,102);
}
.account .accountDetail .item .edit{
    float: right;
    line-height: 48px;
    color: #2075ec;
    cursor: pointer;
}
.swiper-container{
	min-width:1200px;
}