.pop_boxBg
{
	display: inline-flex;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	z-index: 54;
	background-color: rgba(0,0,0,0.7);
}
.pop_box
{
	width: 400px;
	height: 400px;
	padding: 40px;
	border-radius: 10px;
	z-index: 55;
	background-color: rgb(255,255,255);
}
/*
 * 全定制
 */
.full_size
{
	width: 700px;
	height: 500px;
	padding: 20px;
}
.input_item
{
	width: 310px;
	text-align: left;
	margin: 10px 0px;
}
.input_item>span
{
	font-size: 14px;
	color: rgb(94,94,94);
}
.input_item>span:nth-child(1)
{
	display: inline-block;
	width: 120px;
	text-align: left;
    margin-right:-20px;
}
.close_button
{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 5px;
}
.close_button img
{
	cursor: pointer;
	max-width: 100%;
	max-height: 100%;
}
.pop_title
{
	margin: 10px 0px;
	text-align: center;
}
.pop_title span
{
	font-size: 16px;
}
.full_size .pop_content
{
	max-height: 300px;
	margin: 20px 0;
    /*overflow-y:auto;*/
}
.full_size .pop_content>div
{
	width: 350px;
}
.full_size .pop_content>div:nth-child(1)
{
	float: left;
}
.full_size .pop_content>div:nth-child(2)
{
	position: absolute;
	top: 0px;
	right: -20px;
}
.full_size>button
{
	width: 100px;
	height: 35px;
	font-size: 14px;
	border-radius: 4px;
	color: rgb(255,255,255);
	background-color: rgb(128,128,128);
}
.sizeContent {
max-height:200px;
overflow-y:auto;

}
.input_size {
    width: 140px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid rgb(210,210,210);
    margin: 0 5px;
}
.full_size .input_addButton
{
	display: inline-block;
	width: 160px;
	font-size: 0px;
}
.full_size .input_addButton input
{
	width: 80px;
	height: 30px;
	border: 1px solid rgb(210,210,210);
}
.full_size .input_addButton button
{
	width: 40px;
	height: 30px;
	color: rgb(210,210,210);
	border: 1px solid rgb(210,210,210);
	background-color: rgb(255,255,255);
}
.full_size .input_addButton button:nth-child(1)
{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.full_size .input_addButton button:nth-child(3)
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
/*
 * 半定制
 */
.half_size
{
	width: 700px;
	height: 440px;
	padding: 20px;
}
    .half_size .pop_content {
        height: 270px;
        text-align: center;
        padding: 20px;
    }
.half_size .pop_content>div
{
	width: 100%;
}
.half_size .pop_content>div:nth-child(2)
{
	position: relative;
}
.try_on_show
{
	width: 540px;
	height: 840px;
	padding: 20px;
}
.try_on_show .pop_content
{
	height: 700px;
	text-align: center;
}
.try_on_show .pop_content>div
{
	width: 100%;
}
.try_on_show button
{
	width: 200px;
	height: 35px;
	font-size: 14px;
	border-radius: 4px;
	color: rgb(255,255,255);
	background-color: rgb(16, 16, 16);
	margin: 10px;
}
.try_on_show button.reselect
{
	color: rgb(0,0,0);
	background-color: rgb(235,235,235);
}

.try_on_upload
{
	width: 620px;
	height: 420px;
	padding: 20px;
}
.try_on_upload .pop_content
{
	text-align: center;
	padding: 20px 0;
}
.try_on_upload .pop_content>div
{
	width: 100%;
}
.try_on_upload .pop_tips
{
	padding: 0 40px;
}

.try_on_upload button
{
	width: 200px;
	height: 35px;
	font-size: 14px;
	border-radius: 4px;
	color: rgb(255,255,255);
	background-color: rgb(16, 16, 16);
	margin: 10px;
}

.try_on_upload input.photo
{
	display: none;
}
.try_on_upload span
{
	display: block;
}
.try_on_upload span.message
{
	display: none;
	font-size: 12px;
	color:rgb(233,99,101)!important;
}
.try_on_upload div.preview_box
{
	display: inline-block;
	width: 400px;
	height: 0px;
}
.try_on_upload img.preview
{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.addSizeButton
{
	height: 30px;
	font-size: 16px;
	cursor: pointer;
	color: rgb(33, 128, 191);
}
.addSizeButton span
{
	float: right;
}
.sizeContent>div
{
	height: 35px;
}
.halfContent
{
	max-height: 240px;
	overflow-y: auto;
    overflow-x:hidden;
}
.halfContent .halfSizeItem,.halfSizeTitle
{
	width: 100%;
}
.halfSizeTitle,.raidSizeTitle {
    background-color: rgb(203,203,203);
}
    .halfSizeTitle > div {
        width: 33.3%;
        height: 100%;
        font-size: 14px;
        line-height: 35px;
        float: left;
        color: rgb(155,155,155);
        border: 1px solid rgb(255,255,255);
    }
    .raidSizeTitle > div {
        width: 50%;
        height: 100%;
        font-size: 14px;
        line-height: 35px;
        float: left;
        color: rgb(155,155,155);
        border: 1px solid rgb(255,255,255);
    }

.halfSizeItem, raidSizeItem {
    border-bottom: 1px dashed rgb(203,203,203);
}
    .halfSizeItem > div {
        display: inline-flex;
        width: 33%;
        height: 100%;
        float: left;
        align-items: center;
        justify-content: center;
    }
.raidSizeItem > div {
    display: inline-flex;
    width: 50%;
    height: 100%;
    float: left;
    align-items: center;
    justify-content: center;
}
.halfSizeItem select, .raidSizeItem select {
    width: 100px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid rgb(210,210,210);
}
    .halfSizeItem img, .raidSizeItem img {
        width: 20px;
        height: 20px;
        cursor:pointer;
        margin-right:10px;
    }
    .halfSizeItem:first-child img, .raidSizeItem:first-child img {
        visibility: hidden;
    }
.half_size .input_addButton, .raid_size .input_addButton {
    height: 25px;
}
    .half_size .input_addButton button, .raid_size .input_addButton button {
        width: 20px;
        height: 100%;
        color: rgb(237,237,237);
        border: 1px solid rgb(237,237,237);
    }
        .half_size .input_addButton button:nth-child(1), .raid_size .input_addButton button:nth-child(1) {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }
        .half_size .input_addButton button:nth-child(3), .raid_size .input_addButton button:nth-child(3) {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }
    .half_size .input_addButton input[type="text"], .raid_size .input_addButton input[type="text"] {
        width: 80px;
        height: 25px;
        border: 1px solid rgb(237,237,237);
    }
.half_size > button, .raid_size > button {
    width: 100px;
    height: 35px;
    font-size: 14px;
    border-radius: 4px;
    color: rgb(255,255,255);
    background-color: rgb(128,128,128);
}
.sizeDetailLink span {
    font-size: 14px;
    margin: 10px;
    cursor: pointer;
    color: gray;
    text-decoration: underline;
}
/*
 * 快速
 */
.raid_size {
    width: 500px;
    height: 300px;
    padding: 20px;
}
/*以下为showsize*/
.raid_size_detail {
        width: 100%;
        height: 480px;
    }
.raid_size_detail .pop_content
{
	width: 100%;
	height: 720px;
}
.raid_size_detail .pop_content>div
{
	width: 100%;
	height: 30px;
	line-height: 30px;
}
    .raid_size_detail .pop_content > div > div:first-child {
        width: 12%;
        font-size: 10px;
        border: 1px solid rgb(255,255,255);
        white-space: nowrap;
        text-align:left;
        padding-left:10px;
    }
        .raid_size_detail .pop_content > div>div:nth-child(n+2) {
        width: 4.4%;
        font-size: 10px;
        border: 1px solid rgb(255,255,255);
        white-space: nowrap;
    }

    .raid_size_detail .pop_content > div:nth-child(odd) {
        background-color: rgb(235,235,235);
        
    }
    .raid_size_detail .pop_content > div:nth-child(even) {
        background-color: rgb(210,210,210);
    }
.raid_size_detail .input_addButton
{
	display: inline-block;
	width: 100px;
	font-size: 0px;
}
.raid_size_detail .input_addButton input
{
	width: 60px;
	height: 28px;
	border: 1px solid rgb(210,210,210);
	background-color: rgb(255,255,255);
}
.raid_size_detail .input_addButton button
{
	width: 20px;
	height: 28px;
	color: rgb(210,210,210);
	border: 1px solid rgb(210,210,210);
	background-color: rgb(255,255,255);
}
.raid_size_detail .input_addButton button:nth-child(1)
{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.raid_size_detail .input_addButton button:nth-child(3)
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.raid_size_detail>button
{
	width: 100px;
	height: 35px;
	font-size: 14px;
	border-radius: 4px;
	color: rgb(255,255,255);
	background-color: rgb(128,128,128);
}
.raid_size_detail .pop_content span {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}

/*showsize结束*/
/*
 * 关闭按钮
 */
.pop_box > img {
    width: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
/*
 * 底部提示
 */
.pop_tips
{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	bottom: 0px;
	text-align: left;
	margin-bottom: 20px;
	line-height: 20px;
}
.pop_tips span
{
	font-size: 12px;
	text-align: left;
}
.pop_tips li
{
	font-size: 12px;
	text-align: center;
	width: 33.33%;
	vertical-align: top;
}
.pop_tips .pop_tipsTitle span
{
	display: block;
	text-align: left;
	font-weight: bolder;
	padding: 0px 20px;
}
.pop_tipsItem
{
	text-align: left;
	padding: 0px 20px;
}
