@charset "utf-8";

.top {
    width: 100%;
    min-width: 1190px;
    height: 100px;
    border-bottom: 1px solid #e2e2e2;
}
.top .topSon {
    width: 1190px;
    height: 100px;
    line-height: 88px;
    margin: 0 auto;
}
.top .topSon .logo {
    margin-top: 8px;
    padding-right: 30px;
    float: left;
}
.top .topSon .logo img {
    padding: 27px 0 0 20px;
    cursor: pointer;
}
.top .topSon .welcome {
    font-size: 22px;
    padding-top: 22px;
    float: left;
}
.top .topSon .customerCenter {
    font-size: 16px;
    color: #666;
    padding-top: 22px;
    cursor: pointer;
    float: right;
}
.top .topSon .customerCenter a {
    font-size: 16px;
    color: #666;
}
.top .topSon .customerCenter a:hover {
    color: #f40;
    text-decoration: underline;
}
.cent_ym {
    margin-top: 130px;
    height: 620px
}
.cent_ym .cent_cter {
    height: 620px;
    width: 1140px;
    margin: 0 auto;
    padding:0 30px;
}
.cent_ym .cent_cter .cent_left {
    float: left;
}
.cent_ym .cent_cter .cent_right {
    padding-top: 40px;
    margin-left: 100px;
    width: 479px;
    float: left;
}
.cent_ym .cent_cter .cent_right .chooseType {
    margin-left: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.cent_ym .cent_cter .cent_right .chooseType label {
     cursor: pointer;
    font-size: 15px;
}
.cent_ym .cent_cter .cent_right ul li {
    height: 33px;
    line-height: 33px;
    padding: 15px 0;
    position: relative;
}
.cent_ym .cent_cter .cent_right ul li label {
    width: 90px;
    text-align: right;
    font-size: 16px;
    margin-right: 10px;
    float: left;
}
.cent_ym .cent_cter .cent_right ul li input[type="text"] {
    width: 360px;
    height: 35px;
    padding: 0 6px;
    border: 1px solid #e2e2e2;
    float: left;
}
.cent_ym .cent_cter .cent_right ul li input[type="password"] {
    width: 360px;
    height: 35px;
    padding: 0 6px;
    border: 1px solid #e2e2e2;
    float: left;
}
.cent_ym .cent_cter .cent_right p {
    margin-left: 100px;
}
.cent_ym .cent_cter .cent_right p span {
    margin-left: 60px;
    font-size: 14px;
}
.cent_ym .cent_cter .cent_right p a {
    color: #000;
}
.cent_ym .cent_cter .cent_right p label {
    font-size: 14px;
}
.cent_ym .cent_cter .cent_right p a:hover {
    color: #f40;
}
.cent_ym .cent_cter .cent_right .error {
    background: url('../images/login/login.png') no-repeat 0 -88px;
    height: 14px;
    line-height: 14px;
    padding-left: 20px;
    position: absolute;
    top: 26px;
    font-size: 12px;
    color: #ff3800;
}
.cent_ym .cent_cter .cent_right .subButtons {
    margin-top:20px;
}
.cent_ym .cent_cter .cent_right .subButtons .buttom {
    width: 370px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    border: 1px solid #fea054;
    margin-left: 100px;
    margin-top: 15px;
    color: #333;
    cursor: pointer;
}
.cent_ym .cent_cter .cent_right .subButtons .buttom1 {
    width: 370px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    border: 1px solid #fea054;
    margin-left: 100px ;
    margin-top: 15px;
    color: white;
    background: #f40;
    cursor: pointer;
}
.cent_ym .cent_cter .cent_right .subButtons .buttom:hover,
.cent_ym .cent_cter .cent_right .subButtons .buttom1:hover {
    font-size: 19px;
}
.foot {
    width: 100%;
    border-top: 1px solid #e2e2e2;
}
.foot .width_join {
    width: 1190px;
    margin: 0 auto
}
.foot .width_join p {
    width: 1190px;
    text-align: center;
    line-height: 30px;
    color: #666;
    font-size: 14px;
}
.foot .width_join p a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding: 5px;
}
.foot .width_join p a:hover {
    color: #f40;
}