@charset "utf-8";


.user_new{
	width: 420px;
	height: auto;
    margin: 0 auto;
	background: #fff;
}
.user-logo{
	width: 100%;
	height: 100px;
	background: linear-gradient(180deg,#2d9df1 0%,#0680fd 100%);
	text-align: center;
	position: relative;

}
.user-logo .img-logo img{
	width: 160px;
	margin-top: 24px;
}
.user-logo span{
	position: absolute;
	width: 36px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    top: 1px;
    right: -4px;
}
.user-logo span img{
	width:26px
}
.tab-user{
	height: auto;
	padding: 30px 40px;
}
.tab-user .all{
	overflow: auto;
}

.tab-user .all .tab-user-button{
    width: 50%;
    float: left;
    height: 42px;
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    margin-bottom: 36px;
}
.tab-user .all .tab-user-button span{
	font-size: 12px;
	padding: 0 4px;
	background: #ff8800;
	border-radius: 0 6px 0 6px;
	color: #fff;
	margin-left: 4px;
	font-weight: 400;
}
.tab-user .all .tab-user-button.cur{
    color: #1E88E5;
    height: 41px;
    border-bottom: 2px solid #2D9DF1;
}
.tab-user .tabs .tab-user-item {
    height: auto;
    display: none;
}

.login_bot_count .input-box{
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	padding: 0 10px;
	border-radius: 0;
	border: 1px solid #ddd; 
	color: #333;

	outline: none;	
}
input::-webkit-input-placeholder {
  color: #a9a8a8;
}
input:focus{
	border-color:#2D9DF1 !important;
}
.tab-user .tabs .tab-user-item.active {
    display: block;
}
button.input-but{
	width: 100%;
	height: 42px;
	background: #2D9DF1;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border: none;
	cursor: pointer;
	margin-top: 24px;
}


.login_bot{
    width:100%;
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    margin-top: 12px;
}
.login_bot>a,.login_bot>p{
    font-size:13px;
    color:#666;
    font-weight: 400;
    line-height: 14px;
    transition: all 0.1s;
}
.login_bot>a:hover{
	color: #2D9DF1;
}
.login_bot>p{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
}
.login_bot>p>input[type=checkbox]{
    width:12px;
    height:12px;
    display:inline-block;
    text-align:center;
    vertical-align:middle;
    line-height:10px;
    position:relative;
    margin-right: 8px;
    margin-bottom: 2px;
}
.login_bot>p>input[type=checkbox]::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    background:#fff;
    width:100%;
    height:100%;
    border:1px solid #999;
}
.login_bot>p>input[type=checkbox]:checked::before{
    content:"\2713";
    background-color:#fff;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    line-height: 9px;
    border:1px solid #2D9DF1;
    color:#2D9DF1;
    font-size:12px;
    font-weight:700;
}
.ccount_select{
	width: 32%;
	float: left;
}
.login_bot_count .combo-select{
    position:relative;
    margin-bottom:16px;
    border:1px #ddd solid;
    /*border-right: none;*/
    cursor: pointer;
    border-radius: unset !important;
}
#phonenumber{
    border-left: none;
}
.combo-select .combo-input{margin-bottom:0}
.combo-input{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    margin:0;
    text-overflow:ellipsis;
    white-space:nowrap;
    border:none;
    cursor: pointer;
    width:100%;
    box-sizing:border-box;
    height: 38px;
    padding: 0 10px;
    border-radius:3px;
}
.combo-input:focus{outline:none}
.combo-arrow{
    position:absolute;
    right:0;
    top:0;
    height:100%;
    cursor:pointer;
    text-align:center;
    font-size:14px;
    width:100%;
    font-size:12px;
    color:#999
}
.combo-arrow:before{
    content:" ";
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #666;
    display:block;
    width:0;
    height:0;
    top:0;
    right:10px;
    bottom:0;
    position:absolute;
    margin:auto 0
}
.combo-open .combo-arrow{
    border-color:#2D9DF1;
}
.combo-open .combo-arrow:before{
    border-top:none;
    border-bottom:5px solid #666
}
.combo-focus{
    border-color:#2D9DF1
}
.combo-focus input{
    border-color:#2D9DF1
}
.combo-select select{
    position:absolute;
    z-index:1;
    left:-1px;
    top:-1px;
    width:0;
    height:0;
    margin:0;
    -webkit-appearance:none;
    opacity:0
}


.option-selected{
    background-color:#eee
}

.option-hover{
    background-color:#2D9DF1;
    color:#fff;
}
.option-item{
    cursor:pointer;
    border-bottom:1px #e3e3e3 solid;
}
.option-item:hover{
    background-color:#2D9DF1;
    color:#fff
}
.option-item:last-child{
    border-bottom:none
}
.option-group{
    cursor:text;;
    background:#e1e1e1;
    border:1px #ccc solid;
    border-width:1px 0
}
.option-disabled{opacity:.5}
.combo-dropdown{
    position:absolute;
    z-index:1;
    top:100%;
    left:0;
    width:100%;
    max-height:200px;
    margin:0;
    padding:0;
    display:none;
    overflow-y:auto;
    background:#fff;
    border:1px solid #ddd;
    border-radius:0;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.26);
    box-sizing:border-box
}
.combo-dropdown li{
    list-style:none;
    padding:8px 10px;
    margin:0;
    font-size: 13px;
    font-weight: 400;
}
.combo-open .combo-dropdown{display:block}
.combo-marker{text-decoration:underline}
.login_bot_count .box-right{
	float: left;
	width: 68%; 

}
.login_bot_count .box-left{
	float: left;
	width: 66%;
}
.login_bot_count .account_code{
	float:  right;
	width: 32%;
	height: 40px;
	border-radius: 0;
    border: none;
    background: #2D9DF1;
    color: #333;
    font-size: 13px;
    outline: none;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}
.login_bot_count .account_code:hover{
	background: #1E88E5;
}
@media (max-width: 450px){
	.user_new{width: 90%;}
	.tab-user{padding: 30px 20px;}
}
@media (max-width: 350px){
    .user_new{width: 94%;}
    .tab-user{padding: 30px 16px;}
	
}




