
* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box
}

body {
    font-size: 13px;
    color: #555;
    background-color: #f5f5f5
}

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

a:hover {
    text-decoration: underline
}

a.primary-color {
    color: #0DAEFF
}

.openplatform-login-header {
    width: 100%;
    background: #FFE60F;
    height: 60px;
    line-height: 60px
}

.openplatform-login-header-content h1 {
    text-align: center
}

.openplatform-login-header-content h1 a {
    display: inline-block;
    text-indent: -999em;
    width: 120px;
    height: 60px;
    background: url(https://gw.alicdn.com/imgextra/i2/O1CN015mE05A1nsurrWr1hE_!!6000000005146-55-tps-120-60.svg) no-repeat 50%;
    background-size: contain
}

.tmall a.primary-color {
    color: #9b0000
}

.tmall .openplatform-login-header {
    background: #FFE60F
}

.tmall .openplatform-login-header-content h1 a {
    width: 240px;
    background: url(//g.alicdn.com/sj/topcontainer/0.0.4/images/T1t5l4XghoXXXXXXXX-400-63_tmall.png) no-repeat 50%
}

.tmall .openplatform-login-iframe:before {
    background-color: #9b0000
}

.underline {
    text-decoration: underline
}

.openplatform-login-container {
    background-color: #fff
}

.openplatform-login-content, .openplatform-login-footer-content, .openplatform-login-header-content {
    width: 760px;
    margin: 0 auto
}

.openplatform-login-content {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 60px;
    min-height: 330px
}

.openplatform-login-iframe {
    float: right;
    margin-top: 30px;
    text-align: center;
    width: 50%;
    overflow: hidden;
    position: relative
}

.openplatform-login-iframe:before {
    top: 20px;
    position: absolute;
    content: "";
    display: block;
    height: 382px;
    width: 1px;
    background-color: #EBEBEB
}

.openplatform-login-iframe .login-iframe {
    width: 350px;
    height: 330px;
    margin-left: 0
}

.openplatform-login-iframe p {
    margin: 20px 0
}

.openplatform-login-iframe h3 {
    font-size: 14px;
    margin-bottom: 20px
}

.openplatform-login-info {
    height: 330px;
    width: 50%;
    display: inline-block;
    padding-left: 20px
}

.openplatform-login-info .title {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
    color: #000
}

.openplatform-login-info ul {
    margin-top: 16px;
    margin-bottom: 0;
    padding: 0 20px;
    max-height: 200px;
    overflow: auto
}

.openplatform-login-info li {
    line-height: 2;
    list-style: disc
}

.openplatform-login-info li:last-child {
    background: none
}

.openplatform-login-info #expandMore {
    margin-left: 20px;
    display: inline-block;
    text-decoration: underline
}

.openplatform-login-info .primary-tip {
    margin-top: 20px;
    color: #333;
    font-weight: 500;
    padding-right: 20px
}

.openplatform-login-info .secondary-tip {
    color: #999;
    padding-right: 20px
}

.openplatform-login-footer {
    overflow: hidden;
    text-align: center;
    background: #f5f5f5;
    border-top: 1px solid #ededed;
    height: 50px;
    line-height: 50px;
    width: 100%
}

.openplatform-login-footer-content p {
    overflow: hidden;
    color: #888
}

.openplatform-login-footer-content a {
    color: #888
}

.openplatform-login-footer-content h3 {
    font-size: 14px;
    margin-bottom: 20px
}

.login-btn {
    background: #FFE60F;
    display: inline-block;
    border-radius: 3px;
    font-family: Microsoft Yahei;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    padding: 0 55px;
    color: #333333;
    border: 0
}

.avatar {
    margin: 35px 0
}

.avatar p {
    margin-top: 10px;
    font-weight: 700
}

.avatar a {
    font-weight: 400
}

.avatar img {
    padding: 2px;
    border-radius: 3px;
    border: 1px solid #ccc;
    height: 80px;
    width: 80px
}

.hide {
    display: none
}