/*滚动条样式*/
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #6671E4;
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.Customer-service{
    position: fixed;
    top: 20%;
    right: 30px;
    width: 16rem;
    height: auto;
    z-index: 1000;
    background:rgba(255,255,255,1);
    border-radius:5px;
    box-shadow: 0px 12px 20px 1px rgba(0, 0, 0, 0.25);
    text-align: center;
    display: none;
}
.Customer-service-top-icon{
    position: absolute;
    width: 72px;
    height: 72px;
    top: -23px;
    left:0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #6671E4;
    border-radius:50%;
    text-align: center;
    border: 5px solid #FFFFFF;
}
.Customer-service-top-icon i{
    color: #FFFFFF;
    line-height: 62px;
    font-size: 1.250em;
}

.Customer-service-top-icon i.fa-bell {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}


.Customer-service-title{
    margin-top: 65px;
    font-size:18px;
    font-family:SimHei;
    font-weight:400;
    color:rgba(73,73,114,1);
    line-height:14px;
}
.Customer-service-phone{
    margin-top: 14px;
    font-size:13px;
    font-family:SimHei;
    font-weight:400;
    color:rgba(73,73,114,1);
    line-height:14px;
}
.Customer-service-online-panle{
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.Customer-service-online-item{
    height:4rem;
    background:rgba(247,246,255,1);
    border-radius:5px;
    margin: 10px;
    display: inline-block;
    min-width: 40%;
    flex:1;
}
.Customer-service-online-item:hover{
    height:4rem;
    background:rgba(247,246,255,1);
    border-radius:5px;
    margin: 10px;
    display: inline-block;
    min-width: 40%;
    flex:1;
    box-shadow: 0px 12px 20px 1px rgba(0, 0, 0, 0.1);
}
.Customer-service-online-item img{
    width: 18px;
    height: 18px;
}
.Customer-service-online-item-text{
    font-size:10px;
    font-family:SimHei;
    font-weight:400;
    color:rgba(73,73,114,1);
    line-height:14px;
    opacity:0.58;
    margin-top: 5px;
}
.Customer-service-ewm-panle{
    width:18rem;
    height: auto;
    background: #6671E4;
    border-radius:6px;;
    margin-left: -1rem;
    box-shadow: 0px 12px 20px 1px rgba(0, 0, 0, 0.25);
}
.Customer-service-ewm-item{
    display: inline-block;
    margin: 13px;
    text-align: center;
}
.Customer-service-ewm-title{
    font-size:9px;
    font-family:SimHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:10px;
}
.Customer-service-ewm-item img{
    width:7rem;
    height:auto;
    margin-top: 13px;
}
.Customer-service-footer{
    padding: 0 20px 20px 20px;
}
.Customer-service-footer-item{
    width: 100%;
    height:2rem;
    font-size: 0.2rem;
    background:rgba(247,246,255,1);
    border-radius:5px;
    line-height: 2rem;
    color: rgba(73,73,114,0.58);
    text-align: center;
    margin-top: 10px;
    letter-spacing: 1px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(73,73,114,0.58);
    display: block;
}
.Customer-service-footer-item:hover{
    width: 100%;
    height:2rem;
    font-size: 0.3rem;
    background: #6671E4;
    border-radius:5px;
    line-height: 2rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 1px;
    border: 0px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}
.close-Customer-service{
    position: absolute;
    top: -15px;
    right: -15px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    background: #6671E4;
}
.close-Customer-service i{
    color: #FFFFFF;
    line-height: 32px;
}
/**********************Mini**************/
.Customer-service-mini{
    position: fixed;
    top: 20%;
    right: 10px;
    height: 41px;
    z-index: 1000;
    background-color: #6671E4;
    border-radius:5px;
    box-shadow: 0px 12px 20px 1px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.Customer-service-top-icon-mini{
    position: absolute;
    width: 45px;
    height: 45px;
    top: -2px;
    left: -15px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 3px solid #6671E4;
    text-align: center;
}
.Customer-service-top-icon-mini i{
    line-height: 41px;
    color: #6671E4;
}
.mini-Customer-service-panel span{
    color: #FFFFFF;
    font-size: 13px;
    line-height: 41px;
    padding: 10px;
    margin-left: 25px;
    letter-spacing: 1px;
}
.Customer-service-top-icon-mini i.fa-bell {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}
.back-to-top{
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 15;
}
.back-to-top-icon-mini{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #6671E4;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 12px 20px 1px rgba(0, 0, 0, 0.25);
}
.back-to-top-icon-mini img{
    width: 80%;
    height: 80%;
    margin-top: 10%;
    margin-left: 10%;
}
/*************************modal-ad*******************/
.modal-ad-card{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}
.modal-ad-href{
    display: block;
    top: 25%;
    width: 50%;
    margin-left: 25%;
    height: auto;
    position: relative;
}
.modal-ad-card img{
    width: 100%;
    max-height: 600px;
}
.modal-ad-card .close-modal-ad{
    position: absolute;
    top: -23px;
    right: -23px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    border:4px solid #FFFFFF;
    background-color: #6671E4;
    box-shadow: 0px 12px 20px 1px rgba(0, 0, 0, 0.25);
    cursor:pointer;
}
.modal-ad-card .close-modal-ad i{
    font-size: 25px;
    line-height: 37px;
    color: #FFFFFF;
}