body
{
	min-width: 1250px;
}
footer
{
	background-color: rgb(249,250,252);
}
.input_text
{
	height: 45px;
	margin-bottom: 10px;
	padding: 2px 5px;
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	border-color: rgb(217,217,217);
	background-color: rgb(255,255,255);
}
.input_text img
{
	width: 20px;
	height: 20px;
	margin: 10px 8px;
	float: left;
}
.input_text input
{
	width: 370px;
	height: 100%;
	float: right;
	text-align: left;
}
.input_text button
{
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: rgb(128,128,128);
}
.input_text button span
{
	font-size: 14px;
	border: 0px;
	color: rgb(255,255,255);
}
.check_box input
{
	top: 2px;
	margin-right: 5px;
}
.prompt_box
{
	height: 40px;
	margin-bottom: 20px;
}
.prompt_box>div
{
	display: none;
	width: 100%;
	height: 45px;
	border-width: 1px;
	border-radius: 8px;
	margin-bottom: 20px;
	border-style: solid;
}
.prompt_box>div img
{
	width: 20px;
	height: 20px;
	margin: 10px 8px;
	float: left;
}
.prompt_box>div span
{
	font-size: 14px;
	line-height: 40px;
	color: rgb(0,4,0);
	float: left;
	border: 0px;
}
.error_box
{
	display: inline-block;
	width: 100px;
	height: 40px;
	border-color: rgb(145,44,48);
	background-color: rgb(255,241,240);
}
.error_box span
{
	color: rgb(233,99,101)!important;
}
.key_box
{
	border-color: rgb(79,223,108);
	background-color: rgb(239,255,244);
}
.next_button button,.submit_button button
{
	width: 100%;
	height: 45px;
	border-radius: 5px;
	font-size: 16px;
	color: rgb(255,255,255);
	background-color: rgb(128,128,128);
}
.display_box
{
	display: inline-block !important;
}
.displayNone
{
	display: none !important;
}
/*
 * 弹出框
 */

.pop_prompt
{
	/* margin-bottom: 80px; */
	padding: 35px 0;
}
.pop_prompt img
{
	width: 48px;
	height: 48px;
	margin: 20px;
}
.pop_prompt span
{
	display: block;
	font-size: 16px;
}
.pop_option button
{
	width: 140px;
	height: 40px;
	margin: 0px 10px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 5px;
	color: rgb(255,255,255);
	background-color: rgb(128,128,128);
}
/*
 * 提示框
 */
.inforMsg
{
	visibility: hidden;
	width: auto;
	/*max-width: 500px;*/
	padding: 5px 40px;
	margin: 5px;
	border-radius: 8px;
	border: solid 1px rgb(145,44,48);
	background-color: rgb(255,241,240);
	display: block;
}
.inforMsg span
{
	font-size: 16px;
	color: rgb(203,27,69);
}
select.notAllowEmpty, input.notAllowEmpty, .raidSizeItem .input_addButton input.notAllowEmpty, .addressItem input.notAllowEmpty, .addressItem textarea.notAllowEmpty, .add_address input.notAllowEmpty {
    border: solid 1px rgb(145,44,48) !important;
    background-color: rgb(255,241,240);
    color: rgb(203,27,69);
}

.addressItem label.notAllowEmpty {
    background-color: rgb(255,241,240);
    color: rgb(203,27,69);
}
/*tab*/
.tab_personBox {
    height: 36px;
    border-bottom: 1px solid rgb(209,209,209);
    padding-left: 36px;
}

.tab_personBox div {
        cursor: pointer;
        /*width: 120px;*/
        height: 36px;
        float: left;
        color: white;
        border: 1px solid rgb(209,209,209);
        border-bottom: 0;
        border-radius: 9px 9px 0 0;
        background-color: #D7D7D7;
    }

.tab_personBox div.select_tab {
            /*bottom: 1px;*/
            /*border-bottom: 2px solid rgb(0,0,0);*/
            background-color: white;
        }

.tab_personBox div.select_tab span {
    color: rgb(49,49,49);
}

.tab_personBox span {
        cursor: pointer;
        font-size: 16px;
        line-height: 36px;
        font-weight: bolder;
        color: white;
    }
.highlight {
background-color:yellow;
color:black;
}
/*.tab_contentBox > div {
    display: none;
}*/

   

    /*.tab_contentBox > div:nth-child(1) {
        display: inline-block;
    }*/
