* {
	margin: 0;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	font-size: 100px;
	font-weight: 300;
	text-align: center;
	background: #f3f3f3;
}

[v-cloak] {
	display: none;
}

a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-size: .18rem;
	font-size: .1rem;
	color: #666
}

ul,
li {
	list-style: none;
	float: right;
}

em,
i {
	font-style: normal;
}

html,
body,
.wrap {
	width: 100%;
	height: 100%;
	min-height: 850px;
}

.wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
}

#navigation-view {
	width: 100%;
	height: 1rem;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#navigation-view:hover {
	cursor: pointer;
}

#foot-view {
	width: 100%;
	height: 1.3rem;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding-bottom: .2rem;
}

#content-view {
	width: 100%;
	height: 100%;
	background-color: rgb(255, 227, 38);
}

.head {
	width: 12rem;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#navigation-ul {
	width: auto;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	/*background: pink;*/
}

#navigation-ul li {
	width: 1.2rem;
	height: 1rem;
	float: right;
	color: #666;
	font-weight: 400;
	font-size: .18rem;
	text-align: center;
	line-height: 1.05rem;
}
#navigation-ul li:hover{
	/*background: rgb(248,245,245);*/
	color: goldenrod;
}

#naviline {
	width: 1.2rem;
	height: 3px;
	background: rgb(248,188,29);
	position: absolute;
	bottom: 0;
	left: 0;
	}

#logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .1rem;
	margin: auto;
}

.footview {
	width: 12rem;
	height: 12%;
	margin: 0 auto;
	/*background: pink;*/
	position: relative;
}

.footview span{
	font-size: .18rem;
	
	
	animation: myfirst1 2s infinite alternate;
	animation-delay: 1s;
	
}

#ipad {
	width: 1.2rem;
	height: 1.2rem;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border: 1px dashed #eee;
}

#code {
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.footview h1 {
	color: #c1c1c1;
	font-size: .3rem;
	position: absolute;
	top: .5rem;
	left: 0;
	margin: auto;
}

.footview h2 {
	color: #c1c1c1;
	font-size: .18rem;
	font-weight: 300;
	position: absolute;
	top: .95rem;
	left: 0;
	margin: auto;
}

.downloadbtn {
	width: 1.2rem;
	height: 1.2rem;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgb(248,248,248);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.downloadbtn:hover {
	border: none;
	-webkit-box-shadow: 0 10px 10px #eee;
	-moz-box-shadow: 0 10px 10px #eee;
	box-shadow: 0 10px 10px #eee;
	cursor: pointer;
}

#iphone {
	background-image: url(../img/apple_ios.png);
	background-repeat: no-repeat;
	background-position: center 40%;
	-webkit-background-size: 40% auto;
	-moz-background-size: 40% auto;
	-o-background-size: 40% auto;
	background-size: 40% auto;
	right: 1.5rem;transform: rotate(5deg);
	box-shadow: 1px 1px 10px 1px rgba(217, 226, 217, 0.74);
}

.downloadbtn ul{
	position: relative;
	right: 0;
	background-position: center 40%;
	box-shadow: 1px 1px 10px 1px rgba(217, 226, 217, 0.74);
}
.downloadbtn .mobile{

}
.mobile li{
	float: left;
	width: 130px;
	margin: 20px;
	height: 130px;
	border-radius: 23px;
	box-shadow: 1px 1px 10px 1px rgba(217, 226, 217, 0.74);
}

.mobile .wechat{
	background-image: url(../img/gh_fc5439bf0341_258.jpg);
	background-repeat: no-repeat;
	background-position: center 40%;
	-webkit-background-size: 40% auto;
	-moz-background-size: 40% auto;
	-o-background-size: 40% auto;
	background-size: 100% auto;
	transform: rotate(-5deg);
	box-shadow: 1px 1px 10px 1px rgba(217, 226, 217, 0.74);
}
@keyframes myfirst1 {
	from{
		/*background-color: rgba(255, 227, 38,0);*/
		color: rgb(184,184,184);

	}to{
		color: rgb(241,93,93);
		/*background-color: rgba(255, 227, 38,0.5);*/
	}
}

.mobile .ios{
	background-image: url(../img/apple_ios.png);
	background-repeat: no-repeat;
	background-position: center 40%;
	-webkit-background-size: 40% auto;
	-moz-background-size: 40% auto;
	-o-background-size: 40% auto;
	background-size: 40% auto;
	/*right: 1.5rem;*/
	transform: rotate(5deg);
	box-shadow: 1px 1px 10px 1px rgba(217, 217, 217, 1);
}
.mobile .android{
	background-image: url(../img/android.png);
	background-repeat: no-repeat;
	background-position: center 40%;
	-webkit-background-size: 40% auto;
	-moz-background-size: 40% auto;
	-o-background-size: 40% auto;
	background-size: 40% auto;
	right: 0;
	transform: rotate(-5deg);
	box-shadow: 1px 1px 10px 1px rgba(217, 217, 217, 1);
}
#android {
	background-image: url(../img/android.png);
	background-repeat: no-repeat;
	background-position: center 40%;
	-webkit-background-size: 40% auto;
	-moz-background-size: 40% auto;
	-o-background-size: 40% auto;
	background-size: 40% auto;
	right: 0;
	transform: rotate(-5deg);
	box-shadow: 1px 1px 10px 1px rgba(217, 217, 217,1);
}

.mobile p {
	color: #c1c1c1;
	font-size: .14rem;
	width: 100%;
	height: auto;
	/*background: pink;*/
	position: absolute;
	left: 0;
	top: 75%;
}

#company {
	width: 100%;
	text-align: center;
	color: #666;
	font-size: .1rem;
	position: absolute;
	bottom: -0.1rem;
}

.cont {
	width: 12rem;
	height: 100%;
	margin: 0 auto;
	/*background: pink;*/
	position: relative;
}

.cont_1 .gifimg {
	width: 26%;
	height: auto;
	position: absolute;
	top: .8rem;
	left: 10%;
}

.cont_1 .rightview {
	width: 44%;
	height: 42%;
	position: absolute;
	top: 1.9rem;
	margin: auto;
	right: 10%;
	/*background: red;*/
}

.cont_1 .rightview h1 {
	color: rgb(77, 14, 8);
	font-size: .63rem;
	font-weight: 400;
	padding: .05rem 0;
	/*background: darkblue;*/
}

.cont_1 .rightview h2 {
	color: rgb(100, 52, 1);
	font-size: .42rem;
	font-weight: 300;
	/*background: darkcyan;*/
	border-top: 1px solid #000;
	padding: .1rem 0;
}

.cont_1 .rightview .botview {
	width: 5rem;
	height: 1.6rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	/*background: #ccc;*/
}

.cont_1 .rightview .botview .saoimg {
	width: 1.3rem;
	height: 1.3rem;
	position: absolute;
	top: 0;
	left: 0;
}

.cont_1 .rightview .botview .saop {
	width: 1.3rem;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #4f4f4f;
	font-size: .16rem;
	text-align: center;
	/*background: gold;*/
}

#tel-ipt {
	width: 52%;
	height: .5rem;
	-webkit-border-top-left-radius: .04rem;
	-moz-border-radius-topleft: .04rem;
	border-top-left-radius: .04rem;
	-webkit-border-bottom-left-radius: .04rem;
	-moz-border-radius-bottomleft: .04rem;
	border-bottom-left-radius: .04rem;
	border: none;
	outline: none;
	position: absolute;
	left: 1.5rem;
	top: 0;
	text-indent: .2rem;
	color: #4F4F4F;
	font-size: .18rem;
	font-weight: 300;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	/*background: red;*/
}

#send-btn {
	width: .9rem;
	height: .5rem;
	-webkit-border-top-right-radius: .04rem;
	-moz-border-radius-topright: .04rem;
	border-top-right-radius: .04rem;
	-webkit-border-bottom-right-radius: .04rem;
	-moz-border-radius-bottomright: .04rem;
	border-bottom-right-radius: .04rem;
	background: rgb(120, 68, 0);
	color: #FFFFFF;
	font-size: .2rem;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
}

.cont_1 .rightview .botview .xiyin {
	width: 70%;
	height: .9rem;
	background: rgb(241, 93, 93);
	color: #FFFFFF;
	font-size: .2rem;
	line-height: .9rem;
	text-align: left;
	text-indent: .4rem;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../img/intrme.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center right;
}


/*画友圈*/

.cont_2 .leftview {
	width: 40%;
	height: 50%;
	position: absolute;
	top: 2rem;
	left: 10%;
	margin: auto;
	/*background: gold;*/
}

.cont_2 .rightview {
	width: 4rem;
	height: 5.5rem;
	position: absolute;
	top: 1.2rem;
	right: 10%;
	margin: auto;
	/*background: skyblue;*/
}

.cont_2 .leftview .title {
	width: auto;
	color: #FFFFFF;
	font-size: .45rem;
	float: left;
	margin-bottom: 15%;
	text-align: left;
}

.cont_2 .leftview .text {
	width: auto;
	color: #FFFFFF;
	font-size: .22rem;
	float: left;
	margin-top: .2rem;
	text-align: left;
	clear: left;
}

.cont_2 .rightview .phonebg {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	/*background-color: red;*/
	background-image: url(../img/apple.png);
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-position: center;
}

.cont_2 .rightview .see {
	width: 1.4rem;
	height: 1.4rem;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: rgb(241, 93, 93);
	position: absolute;
	top: 0;
	right: .2rem;
	-webkit-box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
}

.cont_2 .rightview .see p:nth-child(1) {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: .16rem;
	float: left;
	margin-top: .2rem;
	font-weight: 300;
}

.cont_2 .rightview .see p:nth-child(2) {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: .2rem;
	float: left;
	margin-top: .06rem;
}

.cont_2 .rightview .see p:nth-child(3) {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: .2rem;
	float: left;
	margin-top: .06rem;
}

.cont_2 .rightview .see p:nth-child(4) {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: .16rem;
	float: left;
	opacity: 0.3;
	margin-top: .06rem;
	font-weight: 300;
}

.phonemask {
	width: 2.14rem;
	height: 3.78rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	/*background: rgba(255,0,0,0.6);*/
	overflow-y: scroll;
	/*border: 2px solid red;*/
}

.phonemask img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}


/*附近画友*/

.cont_3 .leftview {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*background: gold;*/
}

.cont_3 .rightview {
	width: 50%;
	height: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	/*background: skyblue;*/
}

.cont_3 .leftview img {
	width: 70%;
	height: auto;
	position: absolute;
	top: 1.8rem;
	left: 0;
	right: 0;
	margin: auto;
}

.cont_3 .rightview .title {
	width: auto;
	color: #FFFFFF;
	font-size: .45rem;
	float: left;
	margin-top: 0;
	margin-bottom: 15%;
	text-align: left;
	margin-left: .8rem;
}

.cont_3 .rightview .text {
	width: auto;
	color: #FFFFFF;
	font-size: .22rem;
	float: left;
	margin-top: .2rem;
	text-align: left;
	margin-left: .8rem;
	clear: left;
}


/*各地画廊*/

.cont_4 .leftview {
	width: 40%;
	height: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 13%;
	margin: auto;
	/*background: gold;*/
}

.cont_4 .rightview {
	/*background: skyblue;*/
	width: 4rem;
	height: 5.5rem;
	position: absolute;
	top: 1.2rem;
	right: 10%;
	margin: auto;
}

.cont_4 .leftview .title {
	width: auto;
	color: #FFFFFF;
	font-size: .45rem;
	float: left;
	margin-bottom: 15%;
	text-align: left;
}

.cont_4 .leftview .text {
	width: auto;
	color: #FFFFFF;
	font-size: .22rem;
	float: left;
	margin-top: .2rem;
	text-align: left;
	clear: left;
}

.cont_4 .rightview .phonebg {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	/*background-color: red;*/
	background-image: url(../img/apple.png);
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-position: center;
}


/*全球展览*/

.cont_5 .leftview {
	/*background: red;*/
	width: 4rem;
	height: 5.5rem;
	position: absolute;
	top: 1.2rem;
	left: 12%;
	margin: auto;
	text-align: left;
}

.cont_5 .rightview {
	width: 40%;
	height: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8%;
	margin: auto;
	/*background: skyblue;*/
}

.cont_5 .rightview .title {
	width: auto;
	color: #FFFFFF;
	font-size: .45rem;
	float: left;
	margin-top: 0;
	margin-bottom: 15%;
	text-align: left;
	margin-left: .8rem;
}

.cont_5 .rightview .text {
	width: auto;
	color: #FFFFFF;
	font-size: .22rem;
	float: left;
	margin-top: .2rem;
	text-align: left;
	margin-left: .8rem;
	clear: left;
}

.cont_5 .phonebg {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	/*background-color: gold;*/
	background-image: url(../img/apple.png);
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-position: center;
}


/*拍卖预展*/

.cont_6 .leftview {
	width: 40%;
	height: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10%;
	margin: auto;
	/*background: gold;*/
}

.cont_6 .rightview {
	/*background: skyblue;*/
	width: 4rem;
	height: 5.5rem;
	position: absolute;
	top: 1.2rem;
	right: 10%;
	margin: auto;
	text-align: left;
}

.cont_6 .leftview .title {
	width: auto;
	color: #FFFFFF;
	font-size: .45rem;
	float: left;
	margin-bottom: 15%;
	text-align: left;
}

.cont_6 .leftview .text {
	width: auto;
	color: #FFFFFF;
	font-size: .22rem;
	float: left;
	margin-top: .2rem;
	text-align: left;
	clear: left;
}

.cont_6 .rightview .phonebg {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	/*background-color: red;*/
	background-image: url(../img/apple.png);
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-position: center;
}


#foot-view #cookie-policy-notification {
	background: rgba(0, 0, 0, 0.75);
    color: white;
    text-align: center;
    width: 100%;
    height: 1.2rem;
    position: fixed;
    bottom: 0;
    left: 0;
    display: inline-flex;
    z-index: 999999;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
}


#cookie-policy-notification p {
    width: 100%;
    font-size: .16rem;
    box-sizing: border-box;
    margin-top: .4rem;
    color: white;
}
#cookie-policy-notification a {
    color: #ffff00;
    font-size: .16rem;
}
#foot-view #cookie-policy-notification button {
	border: 0;
    max-width: 300px;
    height: .5rem;
    width: 10%;
    line-height: .5rem;
    background-color: rgb(255, 255, 3);
    color: #c76202;
    font-size: 16px;
    outline: 0;
    padding: 0 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: auto .8rem;
}