

.content {
    /*padding: 37px 67px;*/
    padding: 84px 0 129px 0;
    text-align: center;
}

.content > div {
    display: inline-table;
}

div.div-img {
    text-align: center;
    width: 600px;
}

div.div-img img {
    max-width: 600px;
    max-height: 400px;
}

#loginTab {
    width: 424px;
    /*height: 350px;*/
    margin-left: 60px;
    vertical-align: top;
    background-color: white;
    margin-top: 0;
}

#loginTab ul.layui-tab-title {
    text-align: center;
}

#loginTab ul.layui-tab-title li {
    font-size: 18px;
    width: 43%;
}

.layui-tab-content {
    padding: 32px 58px 13px 58px
}

div.div-input .fa {
    color: gray;
    margin: 0 1em;
}

.login {
    width: 100%;
    font-size: 17px;
    height: 49px;
    background-color: #ff6600;
}

.layui-tab-item > div {
    margin: 12px 0px;
}
.layui-tab-item > .img_code{
    margin-bottom:20px;
}

/* https://bryanhadaway.com/how-to-create-circles-with-css/ */
.circle {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    font-size: 49px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    background: #000;
    display: inline-block;
}

div.circle {
    cursor:pointer;
}

.wechat {
    background-color: #11ce6d;
}

.qq {
    background-color: #54ade4;
}

div.div-third-login {
    text-align: center;
    margin: 30px 0;
}

div.div-third-login > div{
    display:inline-block;
    width: 40%;
}

.retMsg{
    color:red;
    /*font-size: 15px;*/
    /*width: 423px;*/
    text-align: center;
}
#quickgetTelCode {
    background-color: #ff6600;
    color: white;
    border: none;
}
.shePsd {
    text-decoration: underline;
    cursor: pointer;
    color: #666;
    font-size: 13px;
}
.quickloginbutton {
    width: 314px;
    margin: 5px 0 0 0;
    background-color: #ff6600;
}
/*设置用户名*/
.nameOpen img{
    margin: 40px 10px 15px 0
}
.nameOpen input[type="text"]{
    height:34px;
    width: 252px;
    border: 1px solid #3e99f6;
    padding-left: 5px;
    font-size: 13px;
}
.sureName{
    height:45px;
    width: 117px;
    border: none;
    margin: 30px 0 0 60px;
    background-color: #3e99f6;
    border-radius: 20px;
    color: white;
}
.sureName:hover{
    background-color: #388be0;
    cursor: pointer;
}
.stopyongClickTop {
    width: 568px;
    height: 45px;
    line-height: 45px;
    background-color: #3e99f6;
    text-align: left;
    font-size: 14px;
    color: white;
    padding-left: 22px;
    letter-spacing: 1px;
}

.seller_tool a{
    cursor: auto;
}