
.des_template{
    width: 100%;
    margin: 0 auto;
    color: #333;
    font-family: Verdana,Geneva,sans-serif;
}
.des_template img{
    max-width: 100%;   
}
.des_logo{
    float: left;
    width: 100%;
    margin-top: 10px;
    background-color: #fff7bf;
	border-bottom: 1px solid #f79400;
    /*border: 1px solid #2386c0; 
    border-radius: 6px;*/
}
.des_content{
    float: left;
    width: 100%;
    margin-top: 10px;
    background-color: #f3f3f3;
}
.des_shipping,.des_payment,.des_return,.des_contact{
    float: left;
    width: 100%;
    background-color: #f3f3f3;
}
.des_title{
    background-color: #fff7bf;
    border-bottom: 1px solid #f79400;
    color: #f79400;
    font-size: 13px;
    line-height: 30px;
    padding-left: 10px;
}
.des_subtitle{
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    padding-left: 10px;
}
.des_list{
    font-size: 11px;
    line-height: 15px;
}

/* Text */


.eb_des {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
color:#000000;
}

.eb_subtitle {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
line-height:20px;
padding-left:20px;
}

.eb_biaoti {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
padding-left:20px;
}

.eb_warn {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#ff0000;
line-height:20px;
padding-left:20px;
}

.eb_list li {
list-style:circle;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
color:#000000;
padding-left:10px;
}

.eb_red {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF0000;
}

.eb_bigred {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#FF0000;
}

.eb_blue {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0066FF;
}

.eb_bigblue {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#0066FF;
}

.eb_text li {
list-style:disc;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
line-height:20px;
color:#000000;
}




/* Swipe 2 required styles */

.swipe {
    overflow: auto;  /* winphone8和android4+ */
    -webkit-overflow-scrolling: touch; /* ios5+ */
    /*visibility: hidden;*/
    visibility: visible;
    position: relative;
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
}
.swipe-wrap > div {
    float:left;
    width: 100%;
    position: relative;
}

/* END required styles */