﻿.div502 {
    width: 502px;
}

.titleFont {
    /*color: #11B5F1;*/
    color: #5800BD;
    font-size: 28px;
    font-family: Source Han Sans;
    white-space: nowrap;
}

.titleFontEN {
    /*color: #11B5F1;*/
    color: #5800BD;
    font-size: 28px;
    font-family: TKE Type Regular;
    white-space: nowrap;
}

.key {
    width: 20px;
    height: 20px;
}

.contactLineBlue {
    width: 100px;
    height: 1px;
    margin: 0px;
    padding: 0px;
    background-color: #7000BD;
    overflow: hidden;
}

.contactLineGray {
    width: 100px;
    height: 1px;
    margin: 0px;
    padding: 0px;
    background-color: #D9DEE8;
    overflow: hidden;
}


.contentFontBlue {
    /*color: #11B5F1;*/
    color: #5800BD;
    font-size: 22px;
    font-family: Source Han Sans;
}

.contentFontBlueEN {
    /*color: #11B5F1;*/
    color: #5800BD;
    font-size: 22px;
    font-family: TKE Type Regular;
}

.contentFontGray {
    color: #D9DEE8;
    font-size: 22px;
    font-family: Source Han Sans;
}

.contentFontGrayEN {
    color: #D9DEE8;
    font-size: 22px;
    font-family: TKE Type Regular;
}


.contentFontDarkGray {
    color: #C1C1C1;
    font-size: 22px;
    font-family: Source Han Sans;
}

.contentFontDarkGrayEN {
    color: #C1C1C1;
    font-size: 22px;
    font-family: TKE Type Regular;
}

.tdText {
    width: 180px;
    text-align: center;
}

.alert {
    width: 100px;
    text-align: center;
}

.divCenter {
    margin: 0 auto;
}

.txtCenter {
    text-align: center;
}

.next {
    width: 70px;
    height: 70px;
}

.tableText {
    color: #4B5564;
    font-size: 22px;
    font-family: Source Han Sans;
}

.tableENText {
    color: #4B5564;
    font-size: 28px;
    font-family: TKE Type Regular;
}

.tableENTextBlue {
    color: #11B5F1;
    font-size: 22px;
    font-family: TKE Type Regular;
}

.tableENTextDarkGray {
    color: #C1C1C1;
    font-size: 22px;
    font-family: TKE Type Regular;
}

.inputText {
    width: 300px;
}

.upSpace {
    margin-top: 40px;
}

.tableSpacing {
    border-collapse: separate;
    border-spacing: 20px 30px;
}

.tableSpacingSecondPage {
    border-collapse: separate;
    border-spacing: 0px 30px;
}


.width100 {
    width: 150px;
}

.width130 {
    width: 180px;
}

.width150 {
    width: 240px;
}

.width250 {
    width: 310px;
    height: 40px;
}

.borderDivHelp {
    border: 1px solid #D9DEE8;
    width: 900px;
    height: 90px;
}

.borderDiv {
    border: 1px solid #D9DEE8;
    width: 800px;
    height: 250px;
}

.borderStep2Div {
    border: 1px solid #D9DEE8;
    width: 400px;
    height: 170px;
}

.innerDiv {
    width: 240px;
}

.divText {
    /*color: #11B5F1;*/
    color: #5800BD;
    font-size: 22px;
    font-family: Source Han Sans;
}

.divTextEN {
    /*color: #11B5F1;*/
    color: #5800BD;
    font-size: 22px;
    font-family: TKE Type Regular;
}

.textSpace10 {
    margin-top: 10px;
}

.textSpace30 {
    margin-top: 30px;
}

.textSpace50 {
    margin-top: 50px;
}

.buttonImg {
    width: 160px;
    height: 60px;
    /*发布时修改*/
    background-image: url(/Changepassword/Resources/btnBack.png);
    /*background-image: url(/Resources/btnBack.png);*/
    border: none;
    color: white;
    font-size: 22px;
}

.leftSpace25 {
    margin-left: 25px;
}

.buttonImgDisable {
    width: 160px;
    height: 60px;
    /*发布时修改*/
    background-image: url(/Changepassword/Resources/btnBackDisable.png);
    /*background-image: url(/Resources/btnBackDisable.png);*/
    border: none;
    color: white;
    font-size: 22px;
}

.center {
    width: 968px;
    margin: 0 auto;
}

.imgCenter {
    width: 968px;
    padding: 10px 0 0 0;
}

.verticalTop {
    vertical-align: top;
}

.spinBackground {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: rgb(242, 236, 236);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}

input, input:focus, input:active {
    user-select: text;
}

html, body {
    height: 99.3%;
}

body {
    /*margin: 4px 4px 0px 4px;*/
    background: #FFF;
    margin: 0 auto;
    width: 970px;
}

.dwwr{
	zoom:2 !important;
	margin-left:30px;    
}

@font-face {
    font-family: TKE Type Regular;
    src: url('/Content/fonts/TKETYPE-REGULAR.TTF');
}

@font-face {
    font-family: Source Han Sans;
    src: url('/Content/fonts/SourceHanSansCN-Regular.otf')
}

.tkefont {
    font-family: 'TKE Type Regular';
}

.SourceHanSans {
    font-family: Source Han Sans;
}