
.popBox{
	background:#fff;
	width:600px;
	height:220px;
	margin:0 auto;
	margin-top:40%;
	position: relative; 
	border-radius: 12px;
}
.popBtn{
	border:none;
	outline:none;
	display:none;
}
.popCon{
	padding: 30px 8%;
}
.langbtns{
	margin:0 auto;
	text-align:center
}
.popBox .title{
	text-align: center;
    font-size:1.8rem;
    padding-bottom: 6%;
    color: #0268CF;
    font-weight: bold;
    margin-top:0px;

}
.langbtns .engtxt{
    width: 150px;
    height: 55px;
    border: 1px solid #0268CF;
    line-height: 50px;
    font-size: 1.2rem;
    text-align: center;
    padding: 0px 20px;
    display: inline-block;
    margin: 0px 6px;
	background:#0268CF;
	color:#fff;
	transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	    font-family: Microsoft YaHei, Hiragino Sans GB, Heiti SC, SimHei, SimSun, sans-serif;
}
.langbtns .engtxt:hover{
	background:#0268CF;
	color:#fff;
}
.langbtns .chstxt{
    width: 150px;
    height: 55px;
    border: 1px solid #0268CF;
    line-height: 50px;
    font-size: 1.2rem;
    text-align: center;
    padding: 0px 20px;
    display: inline-block;
    margin: 0px 6px;
	background: #fff;
	color:#0268CF;
	transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	    font-family: Microsoft YaHei, Hiragino Sans GB, Heiti SC, SimHei, SimSun, sans-serif;
}

.langbtns .chstxt:hover{
	background:#0268CF;
	color:#fff;
}
.popclose {
	float: right;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	color: #0268CF;
	outline:none;
}
.popclose:hover,
.popclose:focus {
	color: #0268CF;
	text-decoration: none;
	cursor: pointer;
}
button.popclose {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition:      -o-transform .3s ease-out;
	transition:         transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: 700px;
	margin: 140px auto 35px;
}
.modal-content {
	position: relative;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 6px;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}
.modal-header {
	position: absolute;
	top:9.5%;
	right:5%;
	min-height: 16.42857143px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media only screen and (max-width: 3560px) {
    .popBox {
        height: 260px;
    }
    .popBox .title{
        font-size:1.5rem;
        margin-top:0px;
    }
    
}
@media only screen and (max-width: 1920px) {
    .popBox {
        height: 220px;
    }
    .popBox .title{
        font-size:2rem;
        margin-top:0px;
    
    }
    .popCon {
        padding: 20px 8%;
    }
}
@media (min-width: 1400px) {
	.modal-dialog {
		width: 50%;
	}

}

@media only screen and (max-width: 768px) {
    .modal-dialog{
        width:100%!important;
    }
    .popBox {
        width: 80%;
        height:260px;
        margin-top: 55%;
    }
    .popCon {
        padding: 20px 2%;
    }
    .langbtns .engtxt{
        margin-bottom:15px;
    }
}
