﻿
.phonecss {
    margin-left: -60px !important;
    margin-right: -50px !important;
}

.table {
    margin-top: 0px !important;
}

.layermchild {
    -webkit-overflow-scrolling: touch;
}
.borderphone {
     border:1px solid #ff074c;
     border-style: solid none;
     border-top-style: none;
}
.contents{
	position: relative;
	margin: 8% auto auto auto;
	width: 100% !important;
	padding:40px 50px;
	border-radius: 20px;
	background: rgba(255,255,255,0.6);	/*背景透明而上面的内容不透明*/
	
}
.form-inline {
    display: -webkit-inline-box;
    flex-flow: row wrap;
    align-items: center;
}
.bordersubject {
     border: 1px solid rgba(0, 0, 0, 0.13);
     border-style: solid none;
     border-top-style: none;
}
#content .product .front, #content .product .back   {
-webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 20%;
    padding-left: 0px;
}   