/*! CSS Used fontfaces */
@font-face{font-family:'AxLLCircular';src:url(fonts/CircularXXWeb-Regular.woff) format('woff');font-weight:400;font-style:normal;font-feature-settings:'ss08';}
@font-face{font-family:'AxLLCircular';src:url(fonts/CircularXXWeb-Regular.woff2) format('woff2');font-weight:400;font-style:normal;font-feature-settings:'ss08';}
@font-face{font-family:'AxLLCircular';src:url(fonts/CircularXXWeb-Medium.woff) format('woff');font-weight:500;font-style:normal;font-feature-settings:'ss08';}
@font-face{font-family:'AxLLCircular';src:url(fonts/CircularXXWeb-Medium.woff2) format('woff2');font-weight:500;font-style:normal;font-feature-settings:'ss08';}
@font-face{font-family:'AxLLCircular';src:url(fonts/CircularXXWeb-Bold.woff) format('woff');font-weight:700;font-style:normal;font-feature-settings:'ss08';}
@font-face{font-family:'AxLLCircular';src:url(fonts/CircularXXWeb-Bold.woff2) format('woff2');font-weight:700;font-style:normal;font-feature-settings:'ss08';}

*:focus{-webkit-tap-highlight-color:transparent!important;outline:none!important;}
html{-webkit-tap-highlight-color:rgba(0, 0, 0, 0)!important;-webkit-tap-highlight-color:transparent!important;}
/*! CSS Used from: Embedded */
*{box-sizing:border-box;}
html{height:100%;background:rgb(255, 255, 255);}
body{line-height:1.5;margin:0px;padding:0px;background:rgb(255, 255, 255);font-family:AxLLCircular, Helvetica, Arial, sans-serif;font-size:14px;}
@media (max-width: 720px){
body{background:rgb(255, 255, 255);}
}
h1,h3,h5{margin-top:0px;margin-bottom:0.5rem;}
p{margin-top:0px;margin-bottom:1rem;}
a{text-decoration:none;}
.drop-select-div {position: relative; display: inline-block;min-width: 440px;font-size: 14px; }
.drop-select-div .drop-inner {display: flex;justify-content: space-between;align-items: center;border: 1px solid rgb(232, 234, 237);border-radius: 5px;cursor: pointer;height: 38px;line-height: 38px;background: #f9f9f9;padding: 0 10px;transition: box-shadow 0.2s ease;}
.drop-select-div .drop-inner:hover { box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
.drop-select-div .ico-down{ height: 20px;  width: 20px;  background: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgc3R5bGU9IndpZHRoOiAxZW07aGVpZ2h0OiAxZW07dmVydGljYWwtYWxpZ246IG1pZGRsZTtmaWxsOiBjdXJyZW50Q29sb3I7b3ZlcmZsb3c6IGhpZGRlbjsiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwLWlkPSIyMTEwIj48cGF0aCBkPSJNNTMzLjMzMzMzMyA2MDUuODY2NjY3TDM0MS4zMzMzMzMgNDEzLjg2NjY2N2wyOS44NjY2Ny0yOS44NjY2NjcgMTYyLjEzMzMzIDE2Mi4xMzMzM0w2OTUuNDY2NjY3IDM4NGwyOS44NjY2NiAyOS44NjY2Ny0xOTIgMTkyeiIgZmlsbD0iIzQ0NDQ0NCIgcC1pZD0iMjExMSI+PC9wYXRoPjwvc3ZnPg==") no-repeat center center;  }
.drop-select-div {width:100%;}
.drop-select-div .dropdown-content {margin-top: 5px;display: none;position: absolute;top: 100%;left: 0;min-width: 190px; border: 1px solid #ccc;border-radius: 5px;background: #fff;z-index: 1000;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);}
.drop-select-div .dropdown-lists {display: flex;max-height: 350px;overflow: hidden; }
.drop-select-div .province-list,.drop-select-div .city-list, .drop-select-div .district-list { list-style: none;  margin: 0; padding: 10px;  min-width: 190px; overflow-y: scroll;}
.drop-select-div .province-list {border-right: 1px solid #ccc; }
.drop-select-div .province-list li ,.drop-select-div .city-list li{padding: 8px;cursor: pointer;white-space: nowrap;display: flex;justify-content: space-between;align-items: center; font-size:12px}
.drop-select-div .province-list li:hover { background: #f0f0f0; border-radius: 5px;}
.drop-select-div .province-list li.active, .drop-select-div .city-list li.active, .drop-select-div .district-list li.active{background: #e6f7ff;color: #1890ff;font-weight: bold;border-radius: 5px;}
.drop-select-div .city-list li, .drop-select-div .district-list li {padding: 8px;cursor: pointer;white-space: nowrap; border-radius: 5px; }
.drop-select-div .city-list li:hover, .drop-select-div .district-list li:hover {background: #f0f0f0;}
.drop-select-div .city-list , .drop-select-div .district-list{display: none;}
.drop-select-div .district-list{ border-left: 1px solid #ccc; }
.drop-select-div .dropdown-content .active + .city-list {display: block; }
.drop-select-div .selected-value {white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.drop-select-div .province-list li i , .drop-select-div .city-list li i{ background-size: contain;width: 20px;height: 20px;background: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgc3R5bGU9IndpZHRoOiAxZW07aGVpZ2h0OiAxZW07dmVydGljYWwtYWxpZ246IG1pZGRsZTtmaWxsOiBjdXJyZW50Q29sb3I7b3ZlcmZsb3c6IGhpZGRlbjsiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwLWlkPSIyMTU1Ij48cGF0aCBkPSJNNjQ0LjI2NjY2NyA0OTQuOTMzMzNsLTE5MiAxOTItMjkuODY2NjctMjkuODY2NjYgMTYyLjEzMzMzLTE2Mi4xMzMzNC0xNjIuMTMzMzMtMTYyLjEzMzMzIDI5Ljg2NjY3LTI5Ljg2NjY3IDE5MiAxOTJ6IiBmaWxsPSIjNDQ0NDQ0IiBwLWlkPSIyMTU2Ij48L3BhdGg+PC9zdmc+") no-repeat center center;    }
::-webkit-scrollbar { width: 3px; height: 3px;background-color: transparent;}
::-webkit-scrollbar-thumb {border-radius: 3px;background-color: rgba(95, 47, 255, 0.549);}
.m-layer .lytt{margin-top:20px}
.m-layer .lytt .tt{width:100%;float:left;font-size:18px;display:flex;justify-content: space-between;align-items: center;}
.m-layer .m-tip .title{ font-size:24px}
.m-layer .lytt .tt img{height: 30px;}
.m-layer .m-tip{padding:30px 0 }
.m-layer .btn-row{ padding: 20px 0; text-align: center; border-top: 1px solid #ccc; margin-top: 20px;}
::-webkit-scrollbar-track {background-color: transparent;}
::-webkit-scrollbar-thumb:hover {background-color: rgb(97, 47, 255);}
::-webkit-scrollbar-button {display: none;  max-height: 0;}
.disable{color:#ccc}
.mb20{margin-bottom:20px}
.mt20{margin-top:20px}
.fr{float:right}
 /*----------radio css----------*/
.icheckbox_square-blue, .iradio_square-blue {display: inline-block;*display: inline;vertical-align: middle;margin: 0 5px 0 0 ;padding: 0;width: 22px;height: 22px;background: url(/components/images/blue.png) no-repeat;border: none;cursor: pointer;}.icheckbox_square-blue {background-position: 0 0;}.icheckbox_square-blue.hover {background-position: -24px 0;}.icheckbox_square-blue.checked {background-position: -48px 0;}.icheckbox_square-blue.disabled {background-position: -72px 0;cursor: default;}.icheckbox_square-blue.checked.disabled {background-position: -96px 0;}.iradio_square-blue {background-position: -120px 0;}.iradio_square-blue.hover {background-position: -144px 0;}.iradio_square-blue.checked {background-position: -168px 0;}.iradio_square-blue.disabled {background-position: -192px 0;cursor: default;}.iradio_square-blue.checked.disabled {background-position: -216px 0;}@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {.icheckbox_square-blue, .iradio_square-blue {background-image: url(/components/images/blue@2x.png);-webkit-background-size: 240px 24px;background-size: 240px 24px;}}
