.page-content::before {
    display: block;
    content: "";
    position: absolute;
    z-index: -99999;
    top: 0px;
    left: 0px;
    bottom: -1px;
    right: 0px;
}
._citys {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
._citys span {
    color: #56b4f8;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    right: 1em;
    top: 10px;
    border: 1px solid #56b4f8;
    cursor: pointer;
}
._citys0 {
    width: 100%;
    height: 34px;
    display: inline-block;
    border-bottom: 2px solid #56b4f8;
    padding: 0;
    margin: 0;
}
._citys0 li {
    float: left;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    font-size: 15px;
    color: #888;
    width: 80px;
    text-align: center;
    cursor: pointer;
}
.citySel {
    background-color: #56b4f8;
    color: #fff !important;
}
._citys1 {
    width: 100%;
    height: 80%;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    overflow: auto;
}
._citys1 a {
    height: 35px;
    display: block;
    color: #666;
    padding-left: 6px;
    margin-top: 3px;
    line-height: 35px;
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
}
._citys1 a:hover {
    color: #fff;
    background-color: #56b4f8;
}
.ui-content {
    border: 1px solid #EDEDED;
}
li {
    list-style-type: none;
}
div {
    margin-top: 1em;
    margin-bottom: 1em;
}
input {
    padding: .5em;
    margin: .5em;
}
select {
    padding: .5em;
    margin: .5em;
}
#signatureparent {
    color: darkblue;
    width: 100%;
    /*max-width:600px;*/
    padding: 10px;
}
/*This is the div within which the signature canvas is fitted*/
#signature {
    border: 2px dotted black;
    background-color: lightgrey;
}
/* Drawing the 'gripper' for touch-enabled devices */
html.touch #content {
    float: left;
    width: 100%;
}
html.touch #scrollgrabber {
    float: right;
    width: 4%;
    margin-right: 2%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAFCAAAAACh79lDAAAAAXNSR0IArs4c6QAAABJJREFUCB1jmMmQxjCT4T/DfwAPLgOXlrt3IwAAAABJRU5ErkJggg==)
}
html.borderradius #scrollgrabber {
    border-radius: 1em;
}
.jSignature {
    height: 260px !important;
}
.radio--tick {
    display: none;
}
.radio--tick+label {
    display: inline-block;
    width: 100%;
    position: relative;
    border: 0;
}
.radio--tick+label:after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0px;
    border: 0;
}
.cd-form input[type="radio"] + label::before {
    border: 0;
    box-shadow: 0 0;
}
.radio--tick+label {
    width: 100%;
}
.radio--tick+label:after {
    right: 0;
}
.radio--tick[type=radio]+label {
    background: url('static/image/b2.png') no-repeat left;
    height: 20px;
    line-height: 20px;
}
.radio--tick[type=radio]:checked+label {
    background: url('static/image/b1.png') no-repeat left;
    height: 20px;
    line-height: 20px;
}
.radio--tick[type=radio]:checked+label:after {
    color: red;
    background: url('http://ab.198wang.com/index/antOutline-bell-red.png');
    box-shadow: 0 0;
}
.cd-form .cd-form-list li {
    margin: 0 20px 10px 0
}
.cd-form input[type="radio"] + label::before {
    border: 0;
    background-color: transparent;
}
.MsoNormal {
    line-height: 18px !important;
}
.treary_box{}
.treary_name{font-size: 25px;text-align: center}
.treary_content{
	margin-top: -110px;
	margin-bottom: 60px;
	text-align: center;
	border: 1px solid #dedede;
	border-radius: 5px;
	padding: 75px 0px 0px 0px;
	height: 150px;
	z-index: 99999999999;
}
.treary_content img{max-width: 100%!important;}
.form_tip{font-size: 20px;text-align: center;color: red}
.my_form{margin-top: 15px}
.signature_tip{text-align: center;font-weight: bold;font-size: 18px}
.signature{background-color: #eeeeee;margin: 20px auto}
.signature_but_box{margin: 20px;height: 25px;}
.signature_but{height: 25px;width: 50%;float: left;}
.img_box{max-width: 95%;display: block;margin: 0 auto}
.n-default .msg-wrap{position: relative;}
/*.login-section{min-height: 550px}*/
.popupBox{background: rgba(0, 0, 0, 0.3);position: fixed;top: 0;bottom: 0;right: 0;left: 0;display: none;justify-content: center;align-items: center;}
.popup{background: #fff;border-radius: 10px;overflow: hidden;}
.btnBox{height: 50px;display: flex;font-size: 22px;align-items: center;}
.btnBox div{flex: 1;text-align: center;}
.signature_img{height: 40px;width: 80px;border-style: dashed;  border-width: 1px;border-color: red;}