@font-face {
    font-family: "PingFangRegular";
    src: url("../fonts/PingFangRegular.ttf");
}
@font-face {
    font-family: "FZlanting";
    src: url("../fonts/FZLTDHJW.TTF");
}

body{
    background-size: 100% !important;
}
a{
    text-decoration: none;
    color: #4e6ef2;
}
ul{
    margin: 0 0;
    padding: 0 0;
}
.logo{
    width: 455px;
    height: 50px;
    margin: 120px auto;

    margin-bottom: 0px;
    display: flex;
    justify-content:center;
    align-items:center;
    /*background-size: 100%;*/
    /*background-image: url('../img/LG.png')*/
}
.logo:after {
    clear:both;
    content:'';
    display:block;
    width:0;
    height:0;
    visibility:hidden;
}
.logo .tubiao{
    width: 50px;
    height: 48px;
    background: url("../img/xinhao.png") no-repeat;
    background-size: 100%;
}
.logo .logo-text{
    width: 383px;
    height: 44px;
    /*background: url("../img/webwatch.png") no-repeat;*/
    background-size: 100%;
    margin-left: 10px;
    font-size: 36px;
    font-family: "FZlanting";
    color: #06162F;
    line-height: 42px;
    letter-spacing: 1px;
}
.logo .logo-text span{
    color: #0085FF;
}
.subtitle{
     margin: 16px auto;
    text-align: center;
    color: rgba(6, 22, 47, 0.6);
}
.search {
    width: 710px;
    margin: 40px auto;
    margin-bottom: 0px;
    overflow: visible;
    box-sizing: border-box;
}

.put-text {
     /*width: 624px;*/
    height: 56px;
    position: relative;
    display: inline-block;
    box-shadow: none;
    border-radius: 23px ;
    /*border: 2px solid #c4c7ce;*/
    background: #fff;
    padding: 0 16px 0 16px;
}
#kw{
    width: 540px;
    height: 24px;
    padding: 16px;
    font-size: 14px;
    margin: 0;
    vertical-align: center;
    outline: 0;
    border-style: none;
    border-radius: 23px 0 0 23px;
    background: #fff;
    color: #222;
    overflow: hidden;
    box-sizing: content-box;
    -webkit-tap-highlight-color: transparent;
    /*padding-right: 60px;*/
}
.put-text .put-text-icon{
   font-size: 18px;
}
.remove{
    z-index: 1;
    position: absolute;
    right: 11px;
    top: 50%;
    cursor: pointer;
    background-position: 0 -51px;
    right: 100px;
    margin-top: -9px;
    font-size: 20px;
}
.sub-box {
    width: 108px;
    height: 44px;
    position: relative;
    /*z-index: 2;*/
    display: inline-block;
    zoom: 1;
    background: 0 0;
    vertical-align: top;
    margin-left: -5px;
}
.sub-btn{
    cursor: pointer;
    width: 78px;
    height: 36px;
    background: #0085FF;
    border-radius: 100px 100px 100px 100px;
    opacity: 1;
    padding: 0;
    font-size: 14px;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
    border: none;
    outline: 0;
}
.msg{
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
    color: #06162F;
}
.msg .checked{
    display: none;
}
.msg .checking{
    display: inline-block;
}

.is-show .checked{
    display: inline-block;
}
.is-show .checking{
    display: none;
}
.online{
    width: 1007px;
    height: 292px;
    background: linear-gradient(180deg, #EBF5FF 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 16px 4px rgba(31,35,41,0.02);
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    border: 1px solid rgba(255,255,255,0.84);
    /*background-color: rgba(255, 255, 255, 0.84);*/
    margin: 60px auto;
    padding: 36px 48px;
    padding-right: 50px;
    padding-bottom: 86px;
    box-sizing: border-box;
}
 .logo:after {
    clear:both;
    content:'';
    display:block;
    width:0;
    height:0;
    visibility:hidden;
}
.online-left{
    width: 380px;
    height: 222px;
    background: url("../img/photo.png") no-repeat;
    background-size: 100%;
    float: left;
    position:relative;
}
.online-left h2{
    position: absolute;
    left: 16px;
    bottom: 8px;
    font-size: 16px;
    color: rgba(254, 255, 254, 1);
}
.online-left .online-btn{
    display: block;
    width: 180px;
    height: 58px;
    font-size: 27px;
    color: rgba(254, 255, 254, 1);
    border-radius: 50px;
    border-style: none;
    background: -webkit-linear-gradient(#8da688, #a7cf85); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#8da688, #a7cf85); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#8da688, #a7cf85); /* Firefox 3.6 - 15 */
    background: linear-gradient(#8da688, #a7cf85); /* 标准的语法（必须放在最后） */
    margin: 20px auto;
    cursor:pointer;
}
.online-right{
    width: 500px;
    height: 228px;
    background-size: 100%;
    float: left;
    font-size: 19px;
    margin-left: 18px;
    color: #060606;
}
.online-right ul{
    padding-left: 40px;
}
.online-right ul li{
    line-height: 70px;
    letter-spacing: 2px;
    /*font-family: "PingFangRegular";*/
}
.footer p{
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    /*font-family: "PingFangRegular";*/
    line-height: 24px;
}
.footer .beian{
    color: #060606;
}
.footer .kefu{
    margin-top: 24px;
    color: rgba(6,6,6,0.6);
}