#window-modal-tc1  {
	display:none;
	width: 100%;
	height:100px;
	background: #fafafa;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,.75);
	overflow: hidden;
	animation: show .75s;
	-moz-animation: show .75s;
	-webkit-animation: show .75s;
	-o-animation: show .75s;
	padding-top:.711rem;
	padding-bottom:.711rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9999;
}

		
@keyframes show {
	0% {
		transform: scale(.5,.5);
	}
	50% {
		transform: scale(1,1);
	}
	
	65% {
		transform: scale(.875,.875);
	}
	100% {
		transform: scale(1,1);
	}
}

@-moz-keyframes show {
	0% {
		transform: scale(.5,.5);
	}
	50% {
		transform: scale(1,1);
	}
	65% {
		transform: scale(.875,.875);
	}
	100% {
		transform: scale(1,1);
	}
}

@-webkit-keyframes show {
	0% {
		transform: scale(0,0);
	}
	50% {
		transform: scale(1,1);
	}
	65% {
		transform: scale(.875,.875);
	}
	100% {
		transform: scale(1,1);
	}
}

@-o-keyframes show {
	0% {
		transform: scale(0,0);
	}
	50% {
		transform: scale(1,1);
	}
	65% {
		transform: scale(.875,.875);
	}
	100% {
		transform: scale(1,1);
	}
}

#window-modal-tc1 input {
	outline: none;
}

#window-modal-tc1 .tc-title1 {
	width: 100%;
	height: 26px;
	background: #725533;
	position: absolute;
	left: 0;
	top: 0;
}

#window-modal-tc1 .tc-title1 p {
	padding: 0;
	margin: 0;
	line-height: 26px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	text-align: left;
	text-align: center;
	position: relative;
	font-size:14px;
}

#window-modal-tc1 .tc-content1 {
	
		width: 80%;
		height: 54px;
		/* padding: 26px; */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		margin: auto;
		top: 40px;
		left: 10%;
}

#window-modal-tc1 .tc-send1 {
	position: absolute;
	left:0;
	bottom: 0;
	cursor: pointer;
	display: block;
	width: 50%;
	height: 26px;
	border: none;
	border-top: 1px solid #ccc;
	background: #725533;
	outline: none;
	padding: 0;
	margin: 0;
	font-size:12px;
	color: #fff;
}
#window-modal-tc1 .tc-send2 {
	position: absolute;
	left:50%;
	bottom: 0;
	cursor: pointer;
	display: block;
	width: 50%;
	height: 26px;
	border: none;
	border-top: 1px solid #ccc;
	background: #808080;
	outline: none;
	padding: 0;
	margin: 0;
	font-size:12px;
	color: #fff;
}

#window-modal-tc1 select {
	display: block;
	width: 100%;
	height: 26px;
	border: 1px solid #725533;
	outline: none;
	padding: 0 0 0 .384rem;
	box-shadow: 0 0  5px rgba(0, 0, 0, .5);
	font-size:12px;
}
.personal_tailor_new_bj{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: calc(350rem/72);
    background:rgba(0,0,0,.5);
    z-index: 111;
}

.personal_tailor_window{
    position: relative;
    width:calc(580rem/72);
    height: calc(311rem/72);
    box-sizing: border-box;
    margin: 0 auto;
    padding-top:calc(52rem/72);
    background:url(../images/tc.png)no-repeat center;
    -webkit-background-size: calc(580rem/72) calc(311rem/72);
    background-size: calc(580rem/72) calc(311rem/72);
}

.personal_tailor_window>em{
    width:calc(50rem/72);
    height: calc(50rem/72);
    position: absolute;
    top: 0;
    right: 0;
    background:url(../images/xxx.png)no-repeat center;
    -webkit-background-size: calc(17rem/72);
    background-size: calc(17rem/72);
}

.personal_tailor_window>span{
    display: block;
    margin: 0 auto;
    width:calc(530rem/72);
    text-align: center;
    font-size: calc(24rem/72);
    line-height: calc(40rem/72);
    color: #b38543;
	font-family: "Microsoft YaHei", "微软雅黑";
}

.personal_tailor_window>a{
    width: calc(270rem/72);
    margin:calc(30rem/72) auto 0 auto;
    height: calc(70rem/72);
    background:url(../images/ann.png)no-repeat center;
    -webkit-background-size: calc(270rem/72) calc(70rem/72);
    background-size: calc(270rem/72) calc(70rem/72);
}
