<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*é‡ç½®*/
html,body,ul,li,h1,h2,h3,p,input {
    padding: 0;
    margin: 0;
}

body {
    font-family: Helvetica, Tahoma, Arial, STXihei, "åŽæ–‡ç»†é»‘", "Microsoft YaHei", "å¾®è½¯é›…é»‘", SimSun, "å®‹ä½“", Heiti, "é»‘ä½“", sans-serif;
    font-size: 14px;
    color: #555;
    background-color: #f5f8fa;
}

input,button,textarea,img {
    border: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

i,em {
    font-style: normal;
}

/*å…¬å…±æ&nbsp;·å¼*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.clearfix::before,
.clearfix::after{
    content: ".";
    line-height: 0;
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.show {
    display: block;
}

.hide {
    display: none;
}

/*æ³¨å†Œæ&nbsp;·å¼*/

.header {
    width: 100%;
    height: 70px;
    margin: 0 auto 70px auto;
    background-color: #fff;
}

.header-container {
    width: 1180px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
}

.header-container&gt;h2 {
    font-size: 16px;
    color: #333;
}


.main {
    width: 1160px;
    margin: 0 auto;
    padding: 20px 0;
}

.main-form {
    padding: 70px 0 70px 294px;
    background-color: #fff;
}

.main-form&gt;form {
    width: 866px;
    height: 394px;
}

.form-tab {
    width: 320px;
    height: 30px;
    margin: 0 0 20px 125px;
    border-bottom: 1px solid #d7d7d7;
}

.form-tab li {
    width: 130px;
    float: left;
    text-align: center;
    line-height: 28px;
    border-bottom: 2px solid #fff;
    position: relative;
    cursor: pointer;
}

.form-tab li.cur-tab {
    border-color: #4477d0;
    color: #4477d0;
}

.form-tab li:last-child {
    margin-left: 60px;
}

.form-tab li span:first-child {
    /*è¿™é‡Œæ˜¯20*20çš„å›¾æ&nbsp;‡*/
}

.form-group {
    margin: 20px 0;
    position: relative;
}

.form-group&gt;label {
    display: inline-block;
    width: 100px;
    padding-right: 20px;
    vertical-align: middle;
    text-align: center;
}

.input-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.input-group&gt;input {
    width: 325px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    padding: 15px 0 15px 20px;
    line-height: 20px;
    color: #888;
}

.input-group&gt;button {
    position: absolute;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    top: 7px;
    right: 4px;
    background-color: #dedede;
    color: #fff;
    cursor: pointer;
}

.input-group&gt;button.clicked {
    background-color: #4477d0;
}

.form-group i {
    position: absolute;
    color: #333;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.drag {
    display: inline-block;
    vertical-align: middle;
}

.login-btn {
    display: block;
    width: 325px;
    height: 50px;
    background-color: #4477d0;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.marl {
    margin-left: 124px;
}

.service-item {
    color: #4477d0;
}

.service-item:hover {
    text-decoration: underline;
}

.form-group-sp&gt;label {
    width: 200px;
}

.form-group-sp&gt;input {
    width: 13px;
    height: 13px;
    vertical-align: middle;

}


</pre></body></html>