@charset "utf-8";

/* css document */
* {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    background: #f0f0f0;
}
body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
    font-family: "微软雅黑";
    font-weight: normal;
    list-style-type: none;
    text-decoration: none;
    list-style: none;
    outline: none;
}
a:hover {
    border: 0px;
}
button {
    cursor: pointer;
}
.clear {
    clear: both;
}
table {
    border-spacing: 1px;
    border-collapse: collapse;
}
.binding {
    width: 100%;
    min-width: 1280px;
    height: auto;
    float: left;
    margin: 20px 0 20px 0;
}
.binding-main {
    width: 1200px;
    height: 508px;
    margin: 0 auto;
    background: #fff;
}
.binding-center {
    width: 1080px;
    height: 508px;
    margin: 0 auto;
}
.binding-title {
    width: 100%;
    height: 65px;
    float: left;
    border-bottom: 1px solid #ccc;
}
.binding-title h1 {
    float: left;
    padding-top: 19px;
}
.binding-title h1 a {
    font-size: 22px;
    color: #000;
    border-bottom: 2px solid #3366cc;
    line-height: 45px;
    display: block;
}
.binding-content {
    width: 100%;
    float: left;
    margin-top: 12px;
    margin-bottom: 40px;
}
.binding-content p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.binding-content p.welcome {
    color: #000;
}
.binding-content p em {
    color: #ff4200;
    font-family: arial;
    font-style: normal;
}
.binding-content p a {
    color: #3366cc;
    text-decoration: underline;
}
.binding-content p a b {
    font-weight: normal;
    font-family: simsun;
}
.binding-input {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.binding-input ul {
    width: 100%;
    float: left;
}
.binding-input ul li {
    width:100%;
    height: 38px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.binding-input ul li input {
    width: 300px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    text-indent: 10px;
    color: #999;
    float: left;
    border: 1px solid #ccc;
}
.binding-input ul li.pic-yzm img {
    width: 83px;
    height: 32px;
    float:left;
    margin: 3px 0px 0 -115px;
}
.binding-input ul li.pic-yzm i.refresh {
    width: 18px;
    height: 17px;
    float:left;
    background: url(../../image/user/register/refresh.png) no-repeat;
    margin: 11px 0px 0 -25px;
}
.binding-input ul li.pic-yzm i.refresh:hover {
    cursor: pointer;
}
.binding-input ul li.message-yzm a {
    float: left;
    line-height: 38px;
    color: #ccc;
    font-size: 13px;
    margin: 0 0 0 -95px;
}
.binding-input ul li.message-yzm a.obtain {
    height: 24px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #3366cc;
    border-radius: 2px;
    padding: 0 5px;
    font-size: 14px;
    color: #3366cc;
    float:left;
    margin: 7px 0px 0 -95px;
}
.binding-input ul li.message-yzm a.obtain:hover {
    background: #3366cc;
    color: #fff;
}
.binding-input ul li.another {
    height: 25px;
    border: none;
    margin: 0;
}
.binding-input ul li.another dl dd {
    font-size: 12px;
    font-family: simsun;
}
.binding-input ul li.another dl dd.another-phone-email {
    float: left;
    color: #3366cc;
}
.binding-input ul li.another dl dd.forget-password {
    float: right;
    color: #999;
}
.binding-input ul li.another dl a {
    font-size: 12px;
    font-family: simsun;
}
.binding-input ul li.another dl a.another-phone-email {
    float: left;
    color: #3366cc;
}
.binding-input ul li.another dl a.forget-password {
    float: right;
    color: #999;
}
.binding-input p {
    line-height: 40px;
    font-size: 12px;
    color: #ff4200;
    float: left;
    font-family: simsun;
}
.binding-input p.warning i {
    width: 16px;
    height: 16px;
    float: left;
    background: url(../../image/user/register/warning.png) no-repeat;
    margin: 12px 8px 0 10px;
}
.binding-input p.correct i {
    width: 16px;
    height: 16px;
    float: left;
    background: url(../../image/user/register/correct.png) no-repeat;
    margin: 12px 8px 0 10px;
}
.binding-btn {
    width: 100%;
    float: left;
}
.binding-btn button {
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    background: #3366cc;
    color: #fff;
    font-size: 16px;
}
.binding-btn button:hover {
    background: #235ccd;
}