*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: '微软雅黑';
    font-weight: normal;
    font-size: 14px;
    color: #333333;
}
.top-select{
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin-top: 12px;
    font-size: 12px;
    position: relative;
    width: 80px;
    line-height: 30px;
    text-align: center;
    padding: 0 15px 0 10px; 
    border-radius:2px 2px 0 0 ;
}
.top-select>img{
    position: absolute;
    top: 10px;
    right: 4px;
    transition: all 0.28s;
}
.top-select ul{
    display: none;
    position: absolute;
    top: 53px;
    width: 80px;
    left: -1px;
    text-align: center;
    border-radius: 2px;
    background: url(../images/selectBg.png) no-repeat center;
    
}
.top-select ul li {
    line-height: 30px;
    font-size: 12px;
    color: #fff;
}
.top-select ul li a{
    line-height: 30px;
    font-size: 12px;
    color: #fff;
}
.top-select ul li:hover {
    background:rgba(2,2,2,0.4);
}
select::-ms-expand { display: none; }
select{
    font-size: 12px;
    padding-left: 8px; 
    background: url(../images/icon/Triangle.png) no-repeat;
    background-position:  80px 10px ;
    width: 100px;
    appearance: none;   
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 30px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e1e1e1;
}
.container{
    margin: 0 auto;
    width: 1200px;
}
.full-container{
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}
input::-webkit-input-placeholder { /* WebKit browsers */ 
    color: #c9c9c9;; 
} 
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color: #c9c9c9;; 
} 
input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    color: #c9c9c9;; 
} 
input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color: #c9c9c9;; 
} 
.input_normal{
    padding-left: 10px;
    height: 40px;
    width: 320px;
    background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e1e1e1;
}
.input_sm{
    padding-left: 10px;
    width: 200px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e1e1e1;
}
.input_lg{
    padding-left: 10px;
    width: 480px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e1e1e1;
}
.get_code{
    display: inline-block;
    width: 112px;
	height: 40px;
	background-color: #fdfdfd;
	border-radius: 4px;
    border: solid 1px #e1e1e1;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    cursor: pointer;
}
.code{
    display: inline-block;
    width: 112px;
	height: 40px;
	background-color: #fefbfb;
	border-radius: 4px;
    border: solid 1px #e1e1e1;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
}
.btn_normal {
    display: block;
    cursor: pointer;
    width: 360px;
    height: 48px;
    text-align: center;
	background-color: #43adfd;
    border-radius: 4px;
    color: #ffffff;
    font-size: 18px;
    line-height: 48px;
}
.btn_sm{
    display: block;
    cursor: pointer;
    width: 177px;
    height: 48px;
    text-align: center;
	background-color: #43adfd;
    border-radius: 4px;
    color: #ffffff;
    font-size: 18px;
    line-height: 48px;
}
.btn_sm:hover{
    background-color: #54b5FE;
}
.btn_normal:hover{
    background-color: #54b5FE;
}
.btn_normal.btn_danger{
    background-color:#FF7070
}
.btn_normal.btn_danger:hover{
    background-color:#FC6262;
}
.right{
    float: right; 
}
.left{
    float: left;
}
.c70c2ff{
    color: #70c2ff;
}
.error_tip{
    background: url(../images/icon/Error\ ICON.png) no-repeat 11px 11px;
    display: none;
    line-height: 40px;
    padding-left: 38px;
    width: 360px;
	height: 40px;
	background-color: #ffdfdf;
	border-radius: 4px;
	border: solid 1px #f7a5ac;
}
.header{
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px 4px 6px 0px 
		rgba(28, 90, 162, 0.09);
}
.header_left_logo{
    display: block;
    margin-top: 8px;
    /* width: 201px; */
    height: 40px;
    float: left;
}
.header_right_logo{
    display: block;
    margin-top: 8px;
    float: right;
    width: 142px;
	height: 40px;
}
.language{
    width: 124px;
    height: 30px;
    margin-top: 16px;
    display:block;
    float: right;
}
.language img{
    float: left;
    width: 28px;
    height: 28px;
    margin-right: 10px;
}
.language select{
    float: left;
    padding-left: 5px;
    width: 86px !important;
    background-position:  67px 10px ;
	height: 30px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e1e1e1;
}
.service_phone{
    margin: 0 20px;
    line-height: 60px;
    float: right;
    min-width: 207px;
    font-size: 16px;
    color: #666666;
}
.service_phone span{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.top_right{
    float: right;
    display: inline-block;
    height: 60px;
    width: 80px;
}
.top_right:hover{
    background-color: #FAFAFA;
}
.top_right>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
}
.top_right>a:hover{
    font-weight: bold;
}
.choose{
    margin-right: 15px;
}
.a-radio{
    display: none;
}
.b-radio{
    display: inline-block;
    border:1px solid #ccc;
    width:16px;
    height: 16px;
    border-radius:50%;
    /* vertical-align: middle; */
    vertical-align: sub;
    /* margin-right: 5px; */
    position: relative;
}
.b-radio:before{
    content: '';
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #43adfd;
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 50%;
    display: none;
}
.a-radio:checked~.b-radio:before{
    display: block;
}
.a-radio:checked~.b-radio{
    border: solid 1px #70c2ff;
}
.checkbox input{
    margin-right: 8px;
    width: 14px;
	height: 14px;
	background-color: #fbfbfb;
	border-radius: 2px;
    border: solid 1px #e4e4e4;
    appearance: none;
    -webkit-appearance:none;
    -moz-appearance: none;
    -ms-appearance: none;
    outline: none;
    vertical-align: middle;
}
.checkbox input:checked{
    background: url("../images/icon/Checkbox_icon_per.png")no-repeat center;
    background-size:contain; 
    border: none;
 }
.date_input{
    font-size: 12px;
    padding-left: 8px;
    width: 108px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e1e1e1;
    background: url('../images/icon/date_icon.png') no-repeat 85px 7.5px ;
}
.file_input{
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
}
.file_input .file_btn{
    display:inline-block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 100px;
	height: 30px;
	background-color: #43adfd;
	border-radius: 4px;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
}
.file_input input{
    position: absolute;
    /* z-index: 999; */
    cursor: pointer;
    width: 100px;
    height: 30px;
    opacity: 0;
}
.file_input .file_tip{
    display: inline;
    margin-left: 112px;
    color: #999999;
}
.certificate_select{
    height: 40px;
    background-position:  80px 15px ;    
}
.clear_input{
    display: none;
    cursor: pointer;
    width:18px;
    height:18px;
    font-size: 20px;
    border-radius: 50%;
    background-color: #43ADFD;
    line-height: 16px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
}
.file_input_photo{
    display: inline-block;
    position: relative;
}
.file_input_photo label{
    display: inline-block;
    width:200px;
    height:126px;
    position: relative;
    float: left;
}
.file_input_photo .photo_input{
    display: inline-block;
    width:200px;
    height:126px;
    opacity: 0  ;
}
.file_input_photo .photo_btn{
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    line-height: 165px;
    position: absolute;
    opacity: 0.7;
    z-index: 2;
    top: 0;
    left: 0;
    cursor: pointer;
    width:200px;
    height:126px;   
    background: url(../images/icon/upload_icon.png) no-repeat 79px 32px;
    background-color:#DEDEDE;
    border-radius:4px;
}
.photo_preview{
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width:200px;
    height:126px;
    border-radius:4px;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;

}
.photo_preview .preview_tip{
    display: inline-block;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    color: #ffffff;
    top: 55px;
    left: 66px;
    padding-left: 18px;
    z-index: 3;
    background: url(../images/icon/Preview_icon.png) no-repeat ;
}
.photo_preview .clear_photo{
    display: inline-block;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    width: 18px;
    height: 18px;
    font-size: 23px;
    border-radius: 50%;
    background-color: #aeaeae;
    line-height: 12px;
    top: 0;
    right: 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 0px;
    padding-top: 1px;
}
.photo_preview img{
    width: 100%;
    height: 100%;
}
.photo_preview .preview_bg{
    width:200px;
    height:126px;
    display: inline-block;
    position:absolute;
    left: 0;
    top: 0;
    border-radius:4px;
    background-color: #252525;
    opacity: .7;
    z-index: 2;
}
.model_box{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* width: 100vw; */
    /* height: 100vh; */
    z-index: 995;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.model_box .model_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 996;
    background-color: #000000;
    opacity: .76;
    top: 0;
    left: 0;
}
.model_box .model_close{
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background-color: #1F1F1F;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
    font-size: 38px;
    z-index: 997;
}
.model_box .model_close:hover{
    opacity: .9;
}
.model_box img{
    position: absolute;
    z-index: 999;
    width: 572px;
    height: 360px;
    top: calc(50% - 360px / 2);
    left: calc(50% - 572px / 2);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: none;
    color: none;
    box-shadow: none;
}
.leaflet-popup-content-wrapper {
    padding: 0;
    text-align: center;
}
.leaflet-container a.leaflet-popup-close-button {
    display: none;
}
.leaflet-popup-content {
    margin: 0;
    line-height: normal;
    position: relative;
    top: 10px;
    right: 5px;
}
.leaflet-popup-pane{
    pointer-events: none;
    -ms-pointer-pointer-events: none;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
}
.leaflet-control-attribution a{
    display: none;
}
