@charset "UTF-8";
ul.inline-block li,
.form-captcha,
.btn-right,
.form-inline .form-label,
.form-inline .form-label-rc {
    display: inline-block;
}

.fl {
    float: left;
}

ul.inline-float:before,
.clearfix:before,
.form-field-rc:before,
.form .form-item:before,
ul.inline-float:after,
.clearfix:after,
.form-field-rc:after,
.form .form-item:after {
    content: "";
    display: table;
}

ul.inline-float:after,
.clearfix:after,
.form-field-rc:after,
.form .form-item:after {
    clear: both;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visually-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

ul.has-style {
    margin-left: 25px;
    list-style: disc;
}

.ir {
    font: 0/0 a;
    text-shadow: none;
    border: 0 none;
    color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:hover,
a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html {
    font-size: 16px;
}

body {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}

body,
button,
input,
select,
textarea {
    font-family: "Hiragino Sans GB W3", "Microsoft YaHei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

img {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form {
    margin: 0;
}

ul,
ol,
li,
dl,
dd {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none outside none;
}

h1,
h2,
h3 {
    line-height: 2;
    font-weight: normal;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.3rem;
}

h3 {
    font-size: 1.17rem;
}

h4 {
    font-size: 1rem;
}

h5,
h6 {
    font-size: 0.95rem;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: #08c;
}

a:hover {
    color: #006699;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #dddddd;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #dddddd;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #dddddd;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #dddddd;
}

ul.inline-float li {
    float: left;
}

ul.inline-block li {
    margin-right: 8px;
}

ul.inline-block li:last-child {
    margin-right: 0;
}

ul.inline-block.no-gap {
    letter-spacing: -4px;
    /*根据不同字体字号或许需要做一定的调整*/
    word-spacing: -4px;
    font-size: 0;
}

ul.inline-block.no-gap li {
    display: inline-block;
    font-size: 16px;
    /*根据实际调整字体*/
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.fr {
    float: right;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.gray {
    color: #dddddd;
}



/* -------------------------------------------------
 * btn scss
 * -------------------------------------------------
*/

.btn,
.formbtn {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: 0 none;
}

.btn {
    padding: 0 16px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    background-color: #e6e6e6;
}

.btn:hover {
    background-color: #d9d9d9;
    color: #333;
}

.formbtn {
    padding: 0 16px;
    font-size: 14px;
    height: 28px;
    color: #333;
    background-color: #e6e6e6;
}

.formbtn:hover {
    background-color: #d9d9d9;
    color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #0078E7;
}

.btn-primary:hover {
    background-color: #006bce;
    color: #fff;
}

.form-text,
.form-select,
.form-raido,
.form-checkbox,
.form-textarea,
.form-file,
.formbtn {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}

.form-label {
    font-size: 14px;
    line-height: 28px;
}

.form-text {
    vertical-align: middle;
    width: 200px;
    height: 18px;
}

.form-textarea {
    resize: none;
    vertical-align: top;
    overflow: auto;
    width: 500px;
    height: 80px;
}

.form-text,
.form-textarea {
    border: 1px solid #dddddd;
    padding: 4px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
    transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.form-text:focus,
.form-textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.form-select {
    border: 1px solid #dddddd;
    padding: 4px;
}

.form-text:focus,
.form-textarea:focus,
.form-select:focus {
    outline: 0 none;
}

.form-radio,
.form-checkbox {
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 13px;
}

.form-label-rc {
    display: inline;
    float: left;
    font-size: 12px;
    margin-right: 10px;
    line-height: 18px;
}

.form-label-rc .form-radio,
.form-label-rc .form-checkbox,
.form-label-rc span {
    float: left;
}

.form-label-rc .form-radio,
.form-label-rc .form-checkbox {
    margin-top: 2.5px;
}

.field-rc-block .form-label-rc {
    display: block;
    float: none;
    margin: 0 0 5px;
    overflow: auto;
    padding-left: 20px;
}

.field-rc-block .form-label-rc .form-radio,
.field-rc-block .form-label-rc .form-checkbox {
    margin-left: -20px;
}

.text-captcha {
    width: 130px;
}

.form-captcha {
    border: 1px solid #dddddd;
    cursor: pointer;
    margin-left: 10px;
}

.form-captcha img {
    height: 26px;
    vertical-align: middle;
}

.form-file-wrap {
    display: inline-block;
    padding: 0px;
    width: 70px;
    height: 28px;
    background-color: #0078E7;
    position: relative;
    overflow: hidden;
}

.form-file-wrap .form-file-replace-text {
    display: block;
    line-height: 28px;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.form-file-wrap .form-file {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 70px;
    height: 28px;
    left: 0;
    top: 0;
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.form-file-wrap:hover {
    background-color: #005eb4;
}

.form-des {
    color: #999;
    margin-left: 10px;
}

p.form-des {
    margin: 0;
    line-height: 28px;
}

.form-disabled {
    background-color: #e6e6e6 !important;
    color: #ababab !important;
    cursor: not-allowed !important;
}

.form-disabled.form-text,
.form-disabled.form-textarea {
    border-color: #bbb !important;
}

.form-required {
    color: #cc3300;
    margin-right: 5px;
}

.form-prefix {
    margin-right: 5px;
}

.form-suffix {
    margin-left: 5px;
}

.form-join {
    margin: 0 5px;
}

.btn-right {
    vertical-align: middle;
    line-height: 28px;
    margin-left: 10px;
}

.form {
    font-size: 12px;
    margin-bottom: 10px;
}

.form fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.form legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 3;
    color: #999;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.form .form-item {
    margin-bottom: 10px;
    clear: both;
}

.form .form-action {
    clear: both;
    text-align: center;
}

.form .action-left {
    text-align: left;
}

.form .inline-ele {
    margin-right: 10px;
}

.form .inline-item {
    float: left;
    clear: none;
}

.form-horizontal .form-label {
    float: left;
    text-align: right;
    width: 100px;
}

.form-horizontal .form-field,
.form-horizontal .action-left {
    margin-left: 110px;
}

.form-horizontal .form-field-rc {
    margin-top: 5px;
}

.form-inline .form-label {
    vertical-align: middle;
}

.form-inline .form-label-rc {
    float: none;
    vertical-align: middle;
}

.form-inline .form-text,
.form-inline .form-label-rc {
    margin-right: 10px;
}

.form-simple .form-label {
    display: block;
}

.form-simple .form-text,
.form-simple .form-textarea,
.form-simple .form-select,
.form-simple .form-field-rc,
.form-simple .form-captcha {
    margin-bottom: 10px;
}

.error {
    padding: 8px;
    padding-left: 25px;
    background-position: 5px center;
    background-repeat: no-repeat;
}

.error a {
    text-decoration: underline;
}

.error {
    background-color: #FBE3E4;
    border: 2px solid #FBC2C4;
    color: #8A1F11;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAw1BMVEX////////uVVXuVFTkSEjVb1HsUlLnS0vvW1vmS0vuWVnvXV3dPj7rUFDkyLz2o6P1mZndQD3rUVHVbU/dPz3kR0fUclLdQTzbUDvaWj/69fP60dHeQjvTg2btVFTcTzvmSkrdTTr//f3lzL/UgWTvYWH++fniwbLvX1/zhYXVbEzygYH0k5P709P95ub+8fHwZ2fjxbj1nZ3839/6z8/xcXHdSzrdTDreQzv83d32n5/eQjz3q6v+9fXwa2v96+v84eGH3JX9AAAAAXRSTlMAQObYZgAAALlJREFUeF49jlWSxDAMBSXZDjLDMDPPMt7/VCsnU9t/3VV+FmhmRRXHVTGDB4P+2BfCH/cHrTZ1nlBLktcNh1S6nxtWJ9yTVACrTISIEVl3xO9hdoHUpKcl4jv7zSFbwQsP7LiwL3hmArEgos0U8Yedhq9tsHrIXHX4gGeDrAPiccmlfbI1KUJ8W/PO9Exmyt/S7qu35uXTryuyFcBW0j8y7U43OjX06Zp5aSe8Z5dzeBCokeeNVKDlD2nuD2i4ItR8AAAAAElFTkSuQmCC);
}

.error a {
    color: #8A1F11;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table th,
.table td {
    padding: 8px;
}

.table thead th {
    text-align: left;
}

.table-fixed {
    table-layout: fixed;
}

.table-border th,
.table-border td {
    border: 1px solid #dddddd;
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 10px;
    border-left: 3px solid #dddddd;
}

blockquote small {
    font-size: 13.6px;
    display: block;
    line-height: 1.5;
    color: #999;
}

blockquote small:before {
    content: '\2014 \00A0';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

address {
    display: block;
    margin-bottom: 10px;
    font-style: normal;
    line-height: 1.5;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.article {
    line-height: 1.6;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    line-height: 1.3;
    margin-bottom: 10px;
}

.article ul,
.article ol {
    margin-left: 25px;
    list-style-type: disc;
}

.article ol {
    list-style-type: decimal;
}

.article p,
.article ul,
.article ol,
.article dl {
    margin-bottom: 10px;
}

.article ul ul,
.article ul ol,
.article ol ol,
.article ol ul {
    margin-bottom: 0;
}

.article dt {
    font-weight: bold;
    line-height: 1.8;
}

.article dd {
    margin-left: 2em;
}

.article img {
    margin-bottom: 10px;
    border: 1px solid #dddddd;
    padding: 2px;
}

.article .fr img {
    margin-left: 10px;
}

.article .fl img {
    margin-right: 10px;
}

@media screen and (min-width: 360px) {
    html {
        font-size: 18.5px;
    }
}

@media screen and (min-width: 400px) {
    html {
        font-size: 21px;
    }
}

@media screen and (min-width: 440px) {
    html {
        font-size: 23.5px;
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 26px;
    }
}

@media screen and (min-width: 520px) {
    html {
        font-size: 28.5px;
    }
}

@media screen and (min-width: 560px) {
    html {
        font-size: 31px;
    }
}

@media screen and (min-width: 600px) {
    html {
        font-size: 33.5px;
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 36px;
    }
}

@media screen and (min-width: 680px) {
    html {
        font-size: 38.5px;
    }
}

@media screen and (min-width: 720px) {
    html {
        font-size: 41px;
    }
}

@media screen and (min-width: 760px) {
    html {
        font-size: 43.5px;
    }
}

@media screen and (min-width: 800px) {
    html {
        font-size: 46px;
    }
}

@media screen and (min-width: 840px) {
    html {
        font-size: 48.5px;
    }
}

@media screen and (min-width: 880px) {
    html {
        font-size: 51px;
    }
}

img {
    width: 100%;
}

#zy-login {
    width: 100%;
}

#zy-login form {
    display: block;
    width: 90%;
    margin: 4.375rem auto 1.25rem auto;
}

#zy-login .form-item {
    width: 100%;
    margin: 0.875rem auto;
}

#zy-login .form-item .form-border {
    display: inline-block;
    width: 58%;
    padding: 0.3125rem 1%;
    border: 1px solid #cccccc;
    -webkit-border-radius: 0.3125rem;
            border-radius: 0.3125rem;
    height: 2rem;
}

#zy-login .form-item .form-border .phone,
#zy-login .form-item .form-border .phone-captcha {
    display: inline-block;
    float: left;
    width: 80%;
    line-height: 2rem;
    background-color: transparent;
}

#zy-login .form-item .form-border .phone-captcha {
    text-indent: 8px;
}

#zy-login .form-item .btn-code {
    display: inline-block;
    width: 36%;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    height: 2.7rem;
    line-height: 2.5rem;
    text-align: center;
    margin: 0;
    float: right;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    color: #555555;
    font-size: 1rem;
}

#zy-login .form-item .full-border {
    width: 99%;
    padding: 0.3125rem 0;
    border: 1px solid #cccccc;
    -webkit-border-radius: 0.3125rem;
            border-radius: 0.3125rem;
    height: 2rem;
}

#zy-login .form-item .full-border .code {
    line-height: 2rem;
}

#zy-login .btn-look {
    display: block;
    width: 100%;
    height: 2.75rem;
    background-color: #ff9c3b;
    border: none;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    line-height: 2.75rem;
    margin-top: 1.15rem;
}

#zy-login .btn-look:active {
    background-color: #ed7800;
}

#zy-login #captcha-img{
    position: relative;
    top: 4px;
    left: 0px;
}

.title-item {
    position: relative;
    height: 2.75rem;
    margin: 2.5rem 0 1.25rem 0;
}

.title-item .title {
    display: block;
    width: 8.125rem;
    background-color: #fff;
    color: #666666;
    text-align: center;
    font-size: 0.9375rem;
    line-height: 2.75rem;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    margin-left: -4.0625rem;
}

.title-item .line {
    width: 90%;
    border-top: 1px solid #666666;
    position: absolute;
    left: 50%;
    margin-left: -45%;
    top: 50%;
    z-index: 1;
}

a.use-code {
    display: block;
    width: 90%;
    height: 2.625rem;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    margin: auto;
    -webkit-border-radius: 2.75rem;
            border-radius: 2.75rem;
    color: #555555;
    font-size: 1.125rem;
    line-height: 2.75rem;
    text-align: center;
    text-decoration: none;
}

a.use-code:active {
    color: #fff;
    background-color: #f98e2b;
    text-decoration: none;
}

.errorTip {
    position: absolute;
    top: 18%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    padding: 0.625rem;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    line-height: 1.4;
    max-width: 95%;
    height: 40px;
    line-height: 40px;
    left: 10%;
}

#login_up {
    width: 100%;
}

#login_up form {
    display: block;
    width: 90%;
    margin: 4.375rem auto 1.25rem auto;
}

#login_up .form-item {
    width: 100%;
    margin: 0.875rem auto;
}

#login_up .form-item .full-border {
    width: 99%;
    padding: 0.3125rem 0;
    border: 1px solid #cccccc;
    -webkit-border-radius: 0.3125rem;
            border-radius: 0.3125rem;
    height: 2rem;
}

#login_up .form-item .full-border input {
    line-height: 2rem;
}

#login_up .form-item .full-border input:focus {
    outline: none;
}

#login_up .btn-look {
    display: block;
    width: 100%;
    height: 2.75rem;
    background-color: #ff9c3b;
    border: none;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    line-height: 2.75rem;
}

#login_up .btn-look:active {
    background-color: #ed7800;
}

.loginTip-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}

.loginTip-bg .loginTip {
    width: 90%;
    margin: 7.5rem auto 0 auto;
    height: 14.375rem;
    background-color: #fff;
    -webkit-border-radius: 0.3125rem;
            border-radius: 0.3125rem;
}

.loginTip-bg .loginTip h3 {
    font-size: 1.5rem;
    text-align: center;
    color: #444444;
    padding: 1.875rem 0 0.875rem 0;
    line-height: 1.5rem;
}

.loginTip-bg .loginTip p {
    width: 16.125rem;
    margin: auto;
    font-size: 0.875rem;
    color: #666666;
    line-height: 1.5;
}

.loginTip-bg .loginTip a {
    display: block;
    width: 16.125rem;
    margin: 1.25rem auto 0 auto;
    height: 2.75rem;
    background-color: #ff9c3b;
    border: none;
    -webkit-border-radius: 2.75rem;
            border-radius: 2.75rem;
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    line-height: 2.75rem;
    text-decoration: none;
}

.loginTip-bg .loginTip a:active {
    color: #FFFFFF;
    background-color: #ed7800;
}

.icon {
    background: url(http://assets-cdn.xiangrikui.com/topic/icon_01.png) no-repeat center center;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    display: inline-block;
    float: left;
    margin-top: 0.375rem;
    margin-right: 0.3125rem;
    margin-left: 0.25rem;
}

.icon2 {
    background: url(http://assets-cdn.xiangrikui.com/topic/icon_02.png) no-repeat center center;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    display: inline-block;
    float: left;
    margin-top: 0.375rem;
    margin-right: 0.3125rem;
    margin-left: 0.25rem;
}

.icon3 {
    background: url(http://assets-cdn.xiangrikui.com/topic/icon_03.png) no-repeat center center;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    display: inline-block;
    float: left;
    margin-top: 0.375rem;
    margin-right: 0.3125rem;
    margin-left: 0.25rem;
}

.user-other {
    display: block;
    font-size: 0.875rem;
    text-align: center;
    color: #999999;
    margin: 1.375rem auto 0rem auto;
}

.user-other:active {
    color: #FF9C3B;
}

.actForm-foot a {
    display: block;
    margin: auto;
    width: 4.0625rem;
}

.actForm-foot a img {
    display: block;
    width: 100%;
}

.actForm-foot a span {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    color: #999999;
    text-align: center;
    margin: 0.625rem auto 1.25rem auto;
}

.actForm-foot a:active {
    text-decoration: none;
    background-color: transparent;
}

.change-list {
    display: block;
    width: 90%;
    clear: both;
    margin: 1.625rem auto 0 auto;
    font-size: 0.875rem;
}

.change-list .forget {
    float: left;
    color: #999999;
}

.change-list .forget:active {
    color: #FF9C3B;
}

.change-list .other-way {
    float: right;
    color: #999999;
}

.change-list .other-way:active {
    color: #FF9C3B;
}

#name_up {
    margin-top: 4.375rem;
    width: 100%;
}

#name_up .name-title {
    font-size: 0.875rem;
    color: #666666;
    width: 90%;
    text-align: left;
    margin: auto;
    line-height: 1.25rem;
}

#name_up form {
    display: block;
    width: 90%;
    margin: 0 auto 1.25rem auto;
}

#name_up .form-item {
    width: 100%;
    margin: 0.875rem auto;
}

#name_up .form-item .full-border {
    width: 99%;
    padding: 0.3125rem 0;
    border: 1px solid #cccccc;
    -webkit-border-radius: 0.3125rem;
            border-radius: 0.3125rem;
    height: 2rem;
}

#name_up .form-item .full-border input {
    line-height: 2rem;
}

#name_up .form-item .full-border input:focus {
    outline: none;
}

#name_up .btn-look {
    display: block;
    width: 100%;
    height: 2.75rem;
    background-color: #ff9c3b;
    border: none;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    line-height: 2.75rem;
    margin-top: 1.15rem;
}

#name_up .btn-look:active {
    background-color: #ed7800;
}

.icon4 {
    background: url(http://assets-cdn.xiangrikui.com/topic/icon_04.png) no-repeat center center;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    display: inline-block;
    float: left;
    margin-top: 0.375rem;
    margin-right: 0.3125rem;
    margin-left: 0.25rem;
}