﻿@charset "utf-8";
input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
            -webkit-appearance: none !important;
            margin: 0;
        }

        .imgauto img {
            max-width: 100%;
        }
.newGiftDetail_p_box {
    width: 100%;
    height: 53px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0px;
    padding-top:10px;
}
.newGiftDetail_top_p {
    position:absolute;
    bottom:14px;
    font-size:17px;
    color:#fff;
    padding: 0px 16px;
    text-align: justify;
    line-height:22px;
}
.preview {
    position:relative;
}
.newGiftDetail_bottom_button {
    width: 90px;
    font-size: 16px;
    color: #fff;
    background-color: #45b0f7;
    height: 44px;
    width: 37.8%;
    display: block;
    border-radius: 2px;
}
.newGiftDetail_bottom_span1{
    padding-right: 15px;
    font-size: 30px;
    color: #FF6400;
}
.newGiftDetail_middle {
    border-top:1px solid #DDDDDD;
    width: 100%;
    padding: 10px;
    position: fixed;
    bottom: -7px;
}
.newGiftDetail_top_h4 {
    font-size: 14px;
    color:#666;
    line-height: 35px;
    padding:0px 16px;
}
.newGiftDetail_top_title {
    width: 100%;
    background-color:#fff;
    padding-top:9px;
    min-height: 300px;
}
#showDetailId {
   display:none;
   position: fixed;
   bottom: 63px;
    width: 100%;
    /*padding-bottom: 12px;*/
    padding-top: 7px;
    border-bottom: 1px #e8e8e8 solid;
}
.showDetailId_close {
    width: 32px;
    height: 31px;
    display: inline-block;
    /*float: right;*/
    margin-right: 8px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.showDetailId_h4 {
    display: block;
    font-size: 16px;
    color: #222;
    margin-top: 6px;
}
.showDetailId_span {
    color: #666;
    font-size: 12px;
    margin-top:2px;
}
.showDetailId_left {
        float: left;
}
.showDetailId_bg {
    display:none;
    position:fixed;
    top:0px;
    background: rgba(0, 0, 0, 0.498039);
    width: 100%;
    height: 73.5%;
}
@media (min-width: 315px){
	.showDetailId_bg{
	height: 69%;
	}
}
@media all and (min-width:370px){
	.showDetailId_bg{
	height: 73.5%;
	}
}
@media all and (min-width:410px){
	.showDetailId_bg{
	height: 76%;
	}
}
@media all and (min-width:760px){
	.showDetailId_bg{
	height: 82.5%;
	}
}


.newGiftDetail_top_div {
    font-size: 14px; 
    color: #666;
    padding:0px 16px 80px 16px;
    text-align: justify;
}

@media (min-width: 315px){
	.newGiftDetail_top_title{
	min-height: 300px;
	}
}
@media all and (min-width:370px){
	.newGiftDetail_top_title{
	min-height: 365px;
	}
}
@media all and (min-width:410px){
	.newGiftDetail_top_title{
	min-height: 411px;
	}
}
@media all and (min-width:760px){
	.newGiftDetail_top_title{
	min-height: 481px;
	}
}


/**/
 .OrderRecord_money {
    font-size:12px;
    color:#999;
    margin-left: 8px;
}


.orderRecord_box {
    margin-top: -3px;
    margin-left: 7px;
    float: right;
}

.orderRecord_middle_left {
    font-size:18px;
    color:#FF6400;
}
.orderRecord_middle_right {
    font-size:16px;
    color:#999;
    float:right;
}
.orderRecord_bottom {
    font-size:13px;
    color:#999;
}
.orderRecord_middle {
    margin-top: 3px;
}
.orderRecord_top {
    color: #121212;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
        @media (min-width: 315px){
	    .orderRecord_top{
            width: 188px;            
	    }
        }
        @media all and (min-width:370px){
	        .orderRecord_top{
	        width: 236px;
	        }
        }
        @media all and (min-width:410px){
	        .orderRecord_top{
            width: 268px;        
	        }
        }
        @media all and (min-width:760px){
	        .orderRecord_top{
	        width: 550px;        
	        }
        }
        @media all and (min-width:1000px){
	        .orderRecord_top{
	        width: 1160px;        
	        }
        }
