* {
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.clearFix:after, .clearFix:before{
    content: "";
    display: block;
    clear: both;
    *zoom:1;
}
.lay-change-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
}
.lay-change-title{
    z-index: 9990;
    width: 100%;
    background: #fff;
    padding: 10px 0 2px 1px;
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
}
.lay-change-page{
    /*overflow: hidden;*/
    padding: 62px 10px 10px;
    min-width: 1410px;
}
a{
    cursor: pointer;
    text-decoration: none;
}
/*登录样式*/
.log-bg{
    background-image: url(../images/bg_test.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: center;
}
.log-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.log-content{
    min-height: 415px;
    width: 500px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 30px;
    border-radius: 10px;
}
.log-title{
    text-align: center;
}
.log-title img{
    height: 35px;
}
.log-title span{
    font-size: 24px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 11px;
    display: inline-block;
}
.layui-input:focus, .layui-textarea:focus {
    border-color: #468CCB!important;
}
.log-input>input{
    margin: 15px 0;
    height: 38px;
    background: #F7F7F9;
}
.log-code{
    margin: 15px 0;
}
.log-code input{
    width: 64% !important;
    float: left;
}
.log-code img{
    display: block;
    width: 35%;
    height: 38px;
    background: #EEEEEE;
    float: right;
    border-radius: 5px;
}
.log-input .layui-btn{
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background-color: rgb(70,140,203);
    -webkit-appearance: none;
    width: 100%;
    border-radius: 3px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    outline: none;
    margin-bottom: 10px;
}
.log-href{
    text-align: right;
}
.log-href a{
    margin-left: 15px;
    color: #1E9FFF;
    text-decoration: none;
}
.log-footer{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 50px 15px 0;
}
.log-footer a{
    color: #fff;
    margin: 0 10px;
}
.log-content .layui-form-checked i,.log-content .layui-form-checked:hover i {
    color: rgb(70,140,203);
}
.log-content .layui-form-checked span, .layui-form-checked:hover span {
    background-color: rgb(70,140,203);
}
.a-link{
    color: #1E9FFF;
}
#changeLayer{
    overflow: hidden;
}
.x-so input.layui-input {
    width: 150px;
}
.content-sdk{
    background: #fff;
    padding: 10px;
}
.sdk-title h2{
    color: #666;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 20px;
}
.sdk-title p{
    color: #999;
    margin: 10px 0;
}
.sdk-introduction{
    padding: 14px 30px 20px;
    font-size: 13px;
}
.sdk-list{
    overflow: hidden;
    padding: 30px 30px 40px;
    position: relative;
    background-color: #dfedff;
}
.sdk-item-title{
    float: left;
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    font-weight: 700;
    color: #1E9FFF;
    text-align: center;
    margin-right: 25px;
}
.sdk-item-title:before {
    float: left;
    width: 120px;
    height: 35px;
    margin-right: 25px;
    content: "";
    margin-bottom: 25px;
}
.sdk-ios{
    background: url(../images/sdk-icon.png) -16px -110px no-repeat ;
}
.sdk-android{
    background: url(../images/sdk-icon.png) -16px -55px no-repeat ;
}
.sdk-item-description{
    float: left;
}
.sdk-item-description p{
    font-size: 12px;
}
.sdk-item-description ul{
    margin: 15px 0;
}
.sdk-item-description li{
    color: #999;
    margin: 5px 0 5px 13px;
    list-style-type: disc;
    display: list-item;
}
.sdk-item-description a{
    color: #1E9FFF;
    text-decoration: none;
    cursor: pointer;
}
.sdk-download{
    float: right;
    margin-top: 50px;
    text-align: center;
}
.sdk-download a{
    text-decoration: none;
    cursor: pointer;
}
.sdk-download>a:first-child{
    display: block;
    padding: 0 30px 0 54px;
    height: 35px;
    line-height: 35px;
    background-color: #1E9FFF;
    color: #fff;
    font-size: 16px;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
.sdk-download>a:first-child:after {
    line-height: 14px;
    position: absolute;
    font-size: 14px;
    color: #fff;
    font-family: layui-icon !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e601";
    text-indent: 0;
    top: 50%;
    margin-top: -7px;
    left: 30px;
}
.sdk-download>a:last-child{
    display: block;
    margin: 5px 0;
    color: #1E9FFF;
    font-size: 12px;
}
.sdk-list a:hover{
    text-decoration: underline;
}
.sdk-modal{
    border-bottom: 1px solid #f0f0f0;
    padding: 25px 0 40px;
    margin-left: 20px;
}
.sdk-modal p{
    font-size: 14px;
}
.sdk-modal ul{
    margin: 15px 0;
}
.sdk-modal li{
    color: #999;
    margin: 5px 0 5px 13px;
    list-style-type: disc;
    display: list-item;
    font-size: 12px;
}
.status_red{
    color:red;
}
.status_blue{
    color:#01AAED;
}
.status_gary{
    color:#393D49
}
.status_yellow{
    color: #ff9a03
}
.status_green{
    color: #5fb878
}