﻿

body {
  line-height: 1; }

ul, li {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #333; }


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

input, select {
  vertical-align: middle; }

/*css为clearfix，清除浮动*/
.clearfix::before,
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both; }

.clearfix {
  *zoom: 1;
  /*IE/7/6*/ }

html, body {
  /*background: #f4f6f8;*/
   }

* {
  outline: none; }



/* .header{background: #1257a5;} */
#loop {
  overflow: hidden;
  height: 490px !important; }

#info {
  margin: 0 auto;
  height:490px;
  width: 1200px; }

.info-top {
    overflow:hidden;
    padding-top:15px;
}
.info-list {
    float:left;
    width:26%;
    box-sizing:border-box;
}
.info-list:nth-of-type(2) {
    width:48%;
}
.info-list .info-title {
    height:42px;
    line-height:42px;
    font-size:16px;
    position:relative;
    border-bottom:1px solid #e5e4e2;
}
.info-list .info-title::after {
    position:absolute;
    width:70px;
    height:2px;
    background:#5da0d4;
    content:'';
    bottom:-1px;
}
.infob-list li,.infob-list1 li {
    height:30px;
    line-height:30px;
    font-size:14px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
 .infob-list.info-l {
     min-height:170px;
 }
  .infob-list1.info-l {
      min-height:70px;
  }
  /*登入框*/
    .login-boxs {
        margin: 20px auto;
        height: 426px;
        width: 450px;
        padding:108px 26px 0;
        box-sizing:border-box;
        background: url("/Content/images/Common/login-bg.png") no-repeat;
        background-size:100% 100%;
        color: #333;
    }

        .login-boxs .login-title {
            height: 42px;
            position: relative;
            margin:15px 0;
        }

    .loggin-head {
        float: left;
        height: 42px;
        padding:0 10px 0 27px;
        line-height: 42px;
        cursor: pointer;
        color:#aaaaaa;
    }

        .loggin-head.on {
            color: #2979b4;
        }

    .register-box {
        height: 32px;
        line-height: 32px;
        margin: 10px 20px;
        text-align: right;
    }

    .tab-boxs {
        margin: 0 20px;
    }

    .tab-box {
        display: none;
    }

        .tab-box.show-this {
            display: block;
        }

    .cc-form-item {
        font-size:16px;
        margin-bottom: 25px;
        height: 34px;
        overflow:hidden;
        position:relative;
    }
     .cc-form-item::after {
         content:"";
         width:100%;
         height:1px;
         position:absolute;
         bottom:0;
         left:0;
         background:#d7d7d7;
         
     }

        .cc-form-item.width-355 {
            width: 355px;
            position: relative;
        }

    .cc-btn-code {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        width: 88px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        border: 1px solid #d7d7d7;
        text-align: center;
        cursor: pointer;
    }

    .label-left {
        float: left;
        height: 34px;
        width:33px;
        line-height: 34px;
        margin: 0 15px;
        margin-right: 20px;
    }
    .label-left.username {
        background:url("/Content/images/Common/username001.png") no-repeat center;
        /*background-size:100% 100%;*/
    }
    .label-left.password {
        background:url("/Content/images/Common/password001.png") no-repeat center;
        /*background-size:100% 100%;*/
    }
    input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}
    .cc-input {
        border: none;
        outline: none;
        height: 100%;
        width: 270px;

    }

    .login-btn {
        width: 100%;
        height:42px;
        font-size:18px;

        background: linear-gradient(#7fbedf,#5ba1d4);
        border-radius:42px;
        border-color: #267ec3;
        margin-bottom: 20px;
    }

    .login-tips {
        text-align: right;
        padding-right:20px;
    }

        .login-tips a {
            color: #333;
            font-size: 14px;
            padding: 0 10px;
        }

    a.go-register {
        color: #267ec3;
        float:left;
        padding-left:10px;
    }

    .close-btn {
        position: absolute;
        top: 8px;
        right: 10px;
        height: 22px;
        width: 22px;
        font-size: 14px;
        background: url(../../img/u99.png) center no-repeat;
        cursor: pointer;
    }

    .fixed-login-shade {
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.3);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }

        .fixed-login-shade .login-erweima-box {
            position: absolute;
            margin: auto;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            height: 210px;
            width: 222px;
            background: #fff;
            padding: 40px 10px;
        }

            .fixed-login-shade .login-erweima-box img {
                height: 160px;
                width: 160px;
                display: block;
                margin: 0 auto;
            }

            .fixed-login-shade .login-erweima-box p {
                font-size: 14px;
                text-align: center;
                height: 40px;
                line-height: 40px;
            }

            .fixed-login-shade .login-erweima-box .layui-btn {
                display: block;
                margin: 0 auto;
                background: #1674be;
                width: 160px;
            }
            .tab-head {
                font-size:16px;
            }
            .forget-pass {
                border-right:1px solid #ccc;
            }
.bgly {
    height:140px;
    margin:10px 0;
}