.fieldset{border:none;padding:0;margin-top:20px;}
select {
	background: #fff;
	background-clip: padding-box;
	border: 1px solid #c2c2c2;
	border-radius: 1px;
	font-family: 'Assistant', Helvetica, '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'PingFang HK', '\534E\6587\7EC6\9ED1', STXihei, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 32px;
	line-height: 1.42857143;
	padding: 5px 10px 4px;
	
	/* padding: 10px 14px;
	line-height: 26px; */
	
	vertical-align: baseline;
	width: 100%;
	box-sizing: border-box;
		
    background-color: #fff;
    background: url('../images/icon-dropdown.png') no-repeat;
    background-position: calc(100% - 5px) 10px;
    background-size: 20px 20px;
    border-color: #ccc;
    border-radius: 0;
   /* line-height: 26px; */
    height: 46px;
	width:100%;
	
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    -ms-appearance: none;
	    appearance: none;
	    /* background-size: 30px 60px; */
	    text-indent: .01em;
	    text-overflow: '';
}


.fieldset>* {
    letter-spacing: normal
}

.fieldset>.legend {
    margin: 0 0 25px;
    padding: 0;
    box-sizing: border-box;
    float: left;
    line-height: 1.2;
}

.fieldset>.legend+br {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.fieldset:last-child {
    margin-bottom: 20px
}

.fieldset>.field,.fieldset>.fields>.field {
    margin: 0 0 20px
}

.fieldset>.field>.label,.fieldset>.fields>.field>.label {
    margin: 0 0 5px;
    display: inline-block
}
.zhucePage input{    height: auto;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 14px;
    line-height: 26px;
	    vertical-align: baseline;
	    width: 100%;
	    box-sizing: border-box;
		    background: #fff;
		    background-clip: padding-box;
	text-align: left;
	}

.page-title-wrapper .page-title {
    margin: 0 0 1em;
    padding: 0;
    color: #000;
    font-weight: 400;
    line-height: 1em;
	margin: 0;
	padding: 0;
	font-size: 0.5rem;
	font-weight: 600;
	line-height: 1.3em;
}

.field-birth_month,.field-birth_year {
    display: inline-block;
    max-width: 140px;
    width: 50%;
	    margin: 0 0px 20px;
		margin-right: 10px!important;
}
.field-country_code{
	    float: left;
	    display: inline-block;
	    padding-right: 5px;
	    max-width: 142px;
	    width: 35%;
}

.field-mobile{
	float: left;
	    display: inline-block;
	    padding-left: 5px;
	    max-width: 200px;
	    width: 65%;
}

.zhucePage input[type=text]:read-only,.zhucePage input[type=tel]:read-only{
	background-color: #f2f2f2;
	border-color: #f2f2f2;
	color: #b2b4b2;
	opacity: 1;
	outline: none;
	pointer-events: none
}

.zhucePage .column.main .create.account .legend {
    margin: 10px 0 24px;
    padding: 0;
    border: 0;
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3rem;
    text-align: left
}

.zhucePage .column.main .create.account .legend>span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.mobile-wrapper{
    display: flex;
    flex-flow: row;
    width: 100%
}

.zhucePage .legend {
    margin: 8px 0 8px;
    padding: 0;
    border: 0;
    color: #000;
    font-size: 0.38rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: left;
}
.zhucePage .field label span,.zhucePage .field select{font-size:0.3rem;}

.zhucePage b,.zhucePage strong {
    font-weight: 700;
}

.zhucePage .column.main .control{
	/* display: flex; */
	overflow: hidden;
	line-height: 1.6;
}
.zhucePage .column.main .group {
   float: left;
    
	display: flex;
	    align-items: center;
	width:44%;
}
.zhucePage .column.main .group input {
   width: auto;
}


input[type=radio] {
    margin: 2px 7px 0 4px;
    opacity: 0
}

input[type=radio]:focus {
    box-shadow: none
}

input[type=radio]+label {
    position: relative;
    margin-right: 20px;
    display: inline-block;
    cursor: pointer;
    max-width: calc(100% - 30px)
}

input[type=radio]+label:before {
    content: '';
    position: absolute;
    left: -24px;
    top: 0px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px #fff;
    background: #fff;
    border: 1px solid #b2b4b2;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    transition: .2s;
	bottom: 0;
	margin: auto;
}

input[type=radio].selected+label:before,input[type=radio]:checked+label:before {
    background: #f74616;
    border-color: #f74616
}

.fieldset>* {
    letter-spacing: normal;
}


input[type=checkbox] {
    left: 5px;
    margin: 2px 10px 0 0;
    opacity: 0
}

input[type=checkbox]:focus {
    box-shadow: none
}

input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    max-width: calc(100% - 30px)
}

input[type=checkbox]+label:before {
    content: '';
    position: absolute;
    left: -23px;
    top: 3px;
    background: #fff url('../images/icon-checkbox.png') no-repeat left top;
    background-size: cover;
    width: 16px;
    height: 16px
}

input[type=checkbox]:checked+label:before {
    background-position: left bottom
}


.zhucePage a, .zhucePage .alink {
    color: #000;
    text-decoration: none;
}

.field-com_channel .control .label{word-break: keep-all;}

.zhucePage{padding-bottom:70px;}


.fieldset>.field.required>.label:after,.fieldset>.fields>.field.required>.label:after,.fieldset>.field._required>.label:after,.fieldset>.fields>.field._required>.label:after {
    content: '*';
    color: #e02b27;
    font-size: 0.4rem;
    margin: 0px 0 0 5px;
	position: relative;
	top:4px;
}

._keyfocus *:focus,input:not([disabled]):focus,textarea:not([disabled]):focus,select:not([disabled]):focus {
    box-shadow: 0 0 3px 1px #68a8e0!important;
}


div.mage-error {
    color: #e02b27;
    font-size: 0.26rem;margin-top: 6px;
}

.checkbox.field .group .label{
	white-space: nowrap;
}
