/*���ݲ���*/
.pay_wrapper{
    position: relative;
    margin: 0 auto;
    width: 1060px;
    margin-top: 50px;
    color: #757F82;
}
.pay_wrapper_head span{
	cursor: pointer;
    display: inline-block;
    background-color: #eeeeee;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    line-height: 40px;
    font-size: 18px;
}
.pay_wrapper_head .active_tab {
	background-color: #FFFFFF;
}

/*���岿��*/
.content_box h3{
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 16px;
    line-height: 22px;
    font-size: 16px;
    font-weight: normal;
    color: #757F82;
}
.content_box{
    background-color: #fff;
    padding: 36px;
    min-height: 542px;
    background-color: #fff;
    border-radius: 0 4px 4px;
    position: relative;
}
/*��¼��Ϣ����*/
.pay_account{
    border-bottom: 1px solid #ECF0F1;
    margin-bottom: 30px;
    height: 116px;
    position: relative;
}

.account_left{
    padding-right: 38px;
    padding-left: 100px;
    height: 80px;
    position: relative;
}
.account_left>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 40px;
}
.host_code{
    padding-top: 14px;
    line-height: 26px;
    font-size: 18px;
    color: #757F82;
}
.host_code>p{
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
    color: #A2AAAD;
}
.host_code>p>b{
    color: #5c3f98;
    margin-left: 5px;
    cursor: pointer;
    font-size: 18px;
}
.account_right{
    display: block;
    top: 28px;
    right: 44px;
    line-height: 26px;
    font-size: 18px;
    color: #5c3f98;
    cursor: pointer;
    position: absolute;
}

/*��ֵ���*/
.pay_box{
    width: 100%;
    border-bottom:1px solid #ECF0F1;

}
.pay_list{
    width: 90%;
    padding-bottom: 50px;
}
.list_zhuans{
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.list_zhuans li{
    cursor: pointer;
    position: relative;
    width: 130px;
    height: 80px;
    margin-right: 70px;
    margin-bottom: 30px;
    text-align: center;
    color: #5c3f98;
    background-image: url('../img/sprite.png');
    background-repeat: no-repeat;
}
.list_click{
    background-position: 0 -81px;
    color: #fff;
}
.list_zhuans li .diamond{
    line-height: 48px;
    font-size: 18px;
    white-space: nowrap;
}
li .money{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.pay_choose li{
    margin-right: 49px;
    width: 144px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.pay_choose .wxzf{
    height: 100%;
    display: block;
    /*color: #B6B9C2;*/
    cursor: pointer;
    background-image: url('../img/sprite.png');
    /*padding-left: 48px;*/
    padding-left: 50px;
    background-position: -145px -162px;
    color: #fff;
}

.pay_choose .gash{
    height: 100%;
    width: 100%;
    display: block;
    /*color: #B6B9C2;*/
    cursor: pointer;
    background:url('../img/gash.png')no-repeat;
    /*padding-left: 48px;*/
    padding-left: 50px;
    color: #fff;
}

.content_bottom{
    padding-top: 26px;
    padding-bottom: 12px;
}
.content_bottom span{
    line-height: 32px;
    font-size: 16px;
    color: #757F82;
}
.content_bottom a{
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    /*background-color: #fff;*/
    text-align: center;
    border-radius: 6px;
    /*cursor: pointer;*/
    background-color: #ccc;
    cursor: not-allowed;
}
.content_bottom span em{
    color: #5c3f98;
    font-size: 24px;
    font-style: normal;
    padding: 0 4px;
}

/*��ֵ������*/
.mask_account{
    padding: 40px 94px;
    width: 264px;
    height: 286px;
}
.mask_account h2{
    margin-top: 0;
    margin-bottom: 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: normal;
    color: #546064;
    text-align: center;
}
.mask_account input{
    margin-top: 30px;
    width: 100%;
}
.mask_account p{
    color: red;
    line-height: 30px;
    padding-left: 10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.round_button {
    display: block;
    width: 264px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #5c3f98;
    border-radius: 18px;
    cursor: pointer;
    margin-top: 28px;
}
.round_button:hover{
    background-color: #FB7286;
}

.list_zhuans li.active{
    color: #fff;
    background-position: 0 -81px;
}

.pay_choose li {
    position: relative;
}
.pay_choose [name="payway"] {
    position: absolute;
    top: 5px;
    right: 150px;
}
.pay_choose [name="payway"] + label {
    box-sizing: border-box;
    display: inline-block;
    width: 144px;
    height: 50px;
    cursor: pointer;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
}
.pay_choose .newebpay {
    background-image: url('../img/newebpay.png');
}
.pay_choose .newebpay.type-13 {
    background-image: url('../img/paynow.png');
}
.pay_choose .newebpay.type-15 {
    background-image: url('../img/yiPay.png');
}
.pay_choose .newebpay.type-17 {
    background-image: url('../img/hYang.png');
}
.pay_choose [name="payway"] + label {
    filter: grayscale(1);
}
.pay_choose [name="payway"]:checked + label {
    filter: grayscale(0);
}

/* pay_type_list(joyLuckyPay) */
.pay_type_list {
	width: 100%;
	height: 88px;
	margin: 14px 0;
	display: flex;
	align-items: flex-start;
}
.pay_type_item {
	position: relative;
	min-width: 66px;
	height: 22px;
	padding: 4px 10px;
	border: 1px solid #5c3f98;
	margin-right: 14px;
	border-radius: 4px;
	cursor: pointer;
	background-color: #FFFFFF;
	color: #5c3f98;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pay_type_btn {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pay_type_btn_active {
	color: #FFFFFF;
	background-color: #5c3f98;
}
.pay_type_select {
	position: absolute;
	top: 34px;
	left: 0;
}
.pay_type_select .el-select .el-input.is-focus .el-input__inner, .pay_type_select .el-select .el-input .el-input__inner {
	min-width: 66px;
	height: 44px;
	padding: 4px 10px;
	border: 1px solid #5c3f98;
	border-radius: 4px;
	color: #5c3f98;
	display: flex;
	justify-content: center;
	align-items: center;
}
.el-select-dropdown__item.selected {
	color: #5c3f98!important;
}

.el-select-dropdown {
	max-width: 90vw;
}
